summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvano Sallese <svavs@users.noreply.github.com>2022-04-06 15:15:22 +0200
committerGitHub <noreply@github.com>2022-04-06 15:15:22 +0200
commite9e75edba8758334cb83e50bc93428559bfb81a0 (patch)
treebcdc279524d8b4757652e3ea54a89550c40cb0a4 /templates
parent796857b0e11bd451d323320c109350cef9602780 (diff)
parentf72b7ee21322f5ce643535134c060245169c6c9a (diff)
Merge pull request #1 from Jieiku/Jieiku-patch-1
Update macros.html
Diffstat (limited to 'templates')
-rw-r--r--templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html
index a8747bf..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>Build with Jekyll 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>