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
Political Memory
blog-memopol
Commits
bd13d4c7
Commit
bd13d4c7
authored
Dec 04, 2016
by
Jamesie Pic
Browse files
Remove hidden html
parent
5b0cd942
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/templates/base.html
View file @
bd13d4c7
...
@@ -75,31 +75,6 @@
...
@@ -75,31 +75,6 @@
</main>
</main>
{% endblock %}
{% endblock %}
</div>
</div>
<footer
style=
"display: none"
>
<div>
<ul
class=
"pages"
>
{% for page in pages|sort(attribute='title') %}
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ SITEURL }}/{{ page.url }}#{{ page.slug }}"
>
{{ page.title }}
</a>
</li>
{% endfor %}
</ul>
</div>
<div>
<ul
class=
"categories"
>
{% for cat, articles in categories %}
<li
class=
"nav-item"
>
<a
class=
"nav-link {% if cat == category %}active{% endif %}"
href=
"{{ SITEURL }}/{{ cat.url }}"
>
{{ cat }}
</a>
</li>
{% endfor %}
</ul>
</div>
</footer>
</div>
</div>
<script
type=
"text/javascript"
src=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/dist/script.js"
></script>
<script
type=
"text/javascript"
src=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/dist/script.js"
></script>
...
...
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