diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-04 12:02:30 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-04 12:02:30 +0200 |
commit | 92b61b4473c05a454bb2263a180b73f0ba89d014 (patch) | |
tree | 11bcd36cdfff22d3a659d1216008e31eff10cad9 /templates/macros.html | |
parent | d8f2a41eef99ee1d041b785d371dab3e8a70af88 (diff) |
Changes within the templates and bunch of other things
Changes to be committed:
new file: clipboard.min.js
modified: content/posts/typography.md
new file: katex.min.css
modified: templates/404.html
modified: templates/index.html
modified: templates/macros.html
modified: templates/page.html
modified: templates/section.html
modified: templates/tags/list.html
modified: templates/tags/single.html
Diffstat (limited to 'templates/macros.html')
-rw-r--r-- | templates/macros.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/macros.html b/templates/macros.html index ab2f0cc..302bf43 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -9,7 +9,6 @@ {% endmacro read_time %} {% macro footer() %} - <footer id="site-footer" class="section-inner thin animated fadeIn faster"> <p>© {{ now() | date(format="%Y") }} <a href="{{ config.base_url }}">{{ config.extra.author.name }}</a>{{ config.extra.footer_copyright | safe }}</p> <p>Made with <a href="https://www.getzola.org" target="_blank" rel="noopener">Zola</a> · Theme <a href="https://github.com/VersBinarii/hermit_zola" target="_blank" rel="noopener">Hermit_Zola</a> @@ -18,11 +17,8 @@ {% endif %} </p> </footer> - {% endmacro footer %} - - {% macro render_social_icons() %} {% for icon in config.extra.hermit_social %} <a href="{{ icon.link }}" target="_blank" rel="noopener me" |