diff options
| author | Silvano Sallese <svavs@users.noreply.github.com> | 2023-05-11 00:30:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 00:30:10 +0200 |
| commit | 2fd9859e7f5f92bd1c023525428a88bc5e411017 (patch) | |
| tree | 7e28a7b29bde2da24644a906c85acba87c7f9c5d /templates | |
| parent | 6ed4b7cbe848e18e418cacbc58608637f6056f43 (diff) | |
| parent | da98b0f1a0179473a96f5f58b77c858c1738ab80 (diff) | |
Merge pull request #6 from svavs/master
Align to master
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/macros.html | 2 |
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>© {{ 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> |
