christianermann.dev-hugo

The Hugo source for my website
git clone git://git.christianermann.dev/christianermann.dev-hugo
Log | Files | Refs | Submodules | README

footer.html (279B)


      1 <footer>
      2     {{ range .Site.Menus.footer }}
      3         <a href="{{ .URL }}">{{ .Name }}</a>.
      4     {{ end }}
      5     <a href='{{ absURL "index.xml" }}'>RSS</a>.
      6     <p>Copyright &copy; {{ now.Year }} {{ .Site.Params.author.name }}. | {{ markdownify .Site.Params.madeWith }}</p>
      7 </footer>