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
gitoyen
site
Commits
1dfcaa83
Commit
1dfcaa83
authored
Jan 11, 2017
by
Julien Rabier
Browse files
fix menu and small esthetic typo
parent
e99e383d
Changes
2
Hide whitespace changes
Inline
Side-by-side
content/pages/01_index.md
View file @
1dfcaa83
...
...
@@ -50,7 +50,7 @@ save_as: index.html
<p>
Aider d'autres opérateurs sans but lucratif à faire de même.
</p>
</div>
<a
href=
"gitoyen.html"
class=
"bouton"
>
Plus d'info sur Gitoyen
</a>
<a
href=
"gitoyen.html"
class=
"bouton"
>
Plus d'info
s
sur Gitoyen
</a>
</section>
...
...
theme/templates/base.html
View file @
1dfcaa83
...
...
@@ -41,7 +41,7 @@
<nav>
<ul>
{% if DISPLAY_PAGES_ON_MENU -%}
{% for pg in
PAGES
%}
{% for pg in
pages
%}
<li
{%
if
pg
|
is_active
%}
class=
"active"
{%
endif
%}
>
<a
href=
"{{ SITEURL }}/{{ pg.url }}"
>
{{ pg.entry or pg.title }}
</a>
</li>
...
...
Write
Preview
Markdown
is supported
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