simple-hugo

A simple Hugo theme I use for my website
git clone git://git.christianermann.dev/simple-hugo
Log | Files | Refs | README | LICENSE

footer.html (184B)


      1 <footer>
      2     {{ range .Site.Menus.footer }}
      3         <a href="{{ .URL }}">{{ .Name }}</a>.
      4     {{ end }}
      5     <p>Copyright &copy; {{ now.Year }} {{ .Site.Params.author }}.</p>
      6 </footer>