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
ff7c9edf
Commit
ff7c9edf
authored
Apr 29, 2015
by
key-amb
Browse files
modify link
parent
d0f090d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/header.html
View file @
ff7c9edf
...
...
@@ -31,7 +31,7 @@
</div>
<div
id=
"navbar"
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav"
>
<li
{{
if
eq
$
isHomePage
true
}}
class=
"active"
{{
end
}}
><a
href=
"/"
>
Home
</a></li>
<li
{{
if
eq
$
isHomePage
true
}}
class=
"active"
{{
end
}}
><a
href=
"
{{ $baseUrl }}
/"
>
Home
</a></li>
{{ if isset .Site.Params "mainMenu" }}
{{ range $item := .Site.Params.mainMenu }}
<li><a
href=
"{{ $baseUrl }}/{{ $item }}"
>
{{ title $item}}
</a></li>
...
...
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