summaryrefslogtreecommitdiff
path: root/templates/macros.html
diff options
context:
space:
mode:
authorJieiku <106644+Jieiku@users.noreply.github.com>2022-04-04 20:00:16 -0700
committerJieiku <106644+Jieiku@users.noreply.github.com>2022-04-04 20:00:16 -0700
commitf72b7ee21322f5ce643535134c060245169c6c9a (patch)
treebcdc279524d8b4757652e3ea54a89550c40cb0a4 /templates/macros.html
parentf93fb9857e40a3cf04a001cff6fe55f22f9aa538 (diff)
update footer
Diffstat (limited to 'templates/macros.html')
-rw-r--r--templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html
index f69c50e..37a2eb4 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -15,7 +15,7 @@
{% macro footer() %}
<footer class="footer">
<p>&copy; {{ config.extra.username }}</p>
- <p>Built with Zola and <span class="love">❤</span> by <a href="https://github.com/nrandecker">Nathan Randecker</a></p>
+ <p>Ported to Zola with <span class="love">❤</span> by <a href="https://github.com/svavs">Silvano Sallese</a> (original by <a href="https://github.com/nrandecker">Nathan Randecker</a>)</p>
</footer>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="{{ config.base_url ~ "/js/sweet-scroll.min.js" }}"></script>