pyro/templates/footer.html
Irrlicht d741f906dc [style] Improve style
- Remove background for article title and increase font size
- Improve colors
- Article: decrease font size and remove bold from list of tags
- Add test in case CATEGORY_DESCRIPTIONS isn't defined
2025-10-07 04:43:45 +02:00

5 lines
277 B
HTML

<footer class="footer">
<div class="info"> 2020 - 2025 — <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> CC BY-NC-SA 4.0</a> — par {{ AUTHOR }}</div>
<hr>
<div class="info">made with <a href="http://blog.getpelican.com/">Pelican</a></div>
</footer>