Update copyright to include zola and zerm

This commit is contained in:
Avery Winters 2023-11-28 20:58:06 -06:00
parent 73aae76881
commit 58bc284403
Signed by: avery
SSH key fingerprint: SHA256:eesvLB5MMqHLZrAMFt6kEhqJWnASMLcET6Sgmw0FqZI

View file

@ -29,7 +29,11 @@ theme_color = "blue"
show_menu_items = 6
full_width = false
center = true
copyright = "Content and assets licensed CC BY-SA 4.0 unless otherwise noted."
copyright = '''
<span>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> :: Built with <a href="https://www.getzola.org/">Zola</a> :: Themed with <a href="https://github.com/ejmg/zerm">zerm</a>
</span>
'''
logo_text = "Avery Winters"
main_menu = [
{ name = "about", url = "/about/" },