diff options
| author | Jake G <106644+Jieiku@users.noreply.github.com> | 2022-04-02 19:59:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 19:59:20 -0700 |
| commit | 89b5218340e67bec123adeb55b5dce3d2c9505d6 (patch) | |
| tree | cda85d46c92841a82402928d0f53002ca04f1860 /templates | |
| parent | 796857b0e11bd451d323320c109350cef9602780 (diff) | |
Update macros.html
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..f69c50e 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>Built with Zola and <span class="love">❤</span> 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> |
