Skip to content
Snippets Groups Projects
Verified Commit 084f1924 authored by anarsec's avatar anarsec
Browse files

footer, toc highlight active

parent b0c11181
No related branches found
No related tags found
No related merge requests found
themes/DeepThought/static/icons/gitlab.png

3.57 KiB

themes/DeepThought/static/icons/gitlab2.png

3.23 KiB

......@@ -113,10 +113,28 @@
{% block comment %}
{% endblock %}
{% block footer %}
<footer class="footer py-4">
<div class="content has-text-centered">
<div class="content has-text-centered has-text-link-light">
<p>
<a href="https://0xacab.org/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md">Changelog </a>
<a href="/atom.xml" target="_blank">
<span class="icon is-large" title="RSS Feed">
<i class="fas fa-rss fa-lg"></i>
</span>
</a>
<a href="https://0xacab.org/anarsec/anarsec.guide" target="_blank">
<span class="icon is-medium" title="GitLab">
<img src="/icons/gitlab2.png">
</span>
</a>
</p>
</div>
</footer>
{% endblock %}
<script src="{{ get_url(path='js/site.js') }}"></script>
</body>
......
......@@ -11,7 +11,6 @@
<img id="image-gay" src="{{ config.extra.author.avatar }}" />
</figure>
{% endif %}
{{ macros:: social_links( social_config=config.extra.social) }}
</div>
<div class="content">
{{ section.content | safe }}
......
......@@ -50,7 +50,7 @@
<ul class="menu-list">
{% for h1 in page.toc %}
<li>
<a id="link-{{h1.id}}" class="toc is-size-7"
<a id="link-{{h1.id}}" class="toc is-size-7 {% if loop.first %}is-active{% endif %}"
href="{{ h1.permalink | safe }}">
{{ h1.title }}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment