Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
University of Michigan Fencing
club-theme
Commits
7c65c762
Commit
7c65c762
authored
Apr 29, 2015
by
key-amb
Browse files
add $baseUrl to js link
parent
ff7c9edf
Changes
1
Show whitespace changes
Inline
Side-by-side
layouts/partials/footer.html
View file @
7c65c762
{{ $baseUrl := .Site.BaseUrl }}
<hr
/>
<hr
/>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -23,10 +24,10 @@
...
@@ -23,10 +24,10 @@
ga
(
'
send
'
,
'
pageview
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
{{ end }}
</script>
{{ end }}
<script
src=
"/js/jquery-1.11.2.min.js"
></script>
<script
src=
"
{{ $baseUrl }}
/js/jquery-1.11.2.min.js"
></script>
<script
src=
"/js/bootstrap.min.js"
></script>
<script
src=
"
{{ $baseUrl }}
/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"
{{ $baseUrl }}
/js/ie10-viewport-bug-workaround.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment