diff options
| -rw-r--r-- | screenshot.png | bin | 0 -> 141945 bytes | |||
| -rw-r--r-- | templates/macros.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.png b/screenshot.png Binary files differnew file mode 100644 index 0000000..db60eef --- /dev/null +++ b/screenshot.png 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>© {{ 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> |
