Update copyright to include zola and zerm
This commit is contained in:
parent
73aae76881
commit
58bc284403
1 changed files with 5 additions and 1 deletions
|
@ -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/" },
|
||||
|
|
Loading…
Reference in a new issue