BLOG/templates/partials/footer.html

5 lines
171 B
HTML
Raw Permalink Normal View History

2023-05-02 12:54:49 +08:00
<footer>
<div class="footer-info">
{{ now() | date(format="%Y") }} © YeZhengMao | Powered by <a href="https://github.com/getzola/zola"> zola </a>
</div>
</footer>