footer.html (184B)
1 <footer> 2 {{ range .Site.Menus.footer }} 3 <a href="{{ .URL }}">{{ .Name }}</a>. 4 {{ end }} 5 <p>Copyright © {{ now.Year }} {{ .Site.Params.author }}.</p> 6 </footer>
|  | simple-hugoA simple Hugo theme I use for my website | 
| git clone git://git.christianermann.dev/simple-hugo | |
| Log | Files | Refs | README | LICENSE |