Welcome to mirror list, hosted at ThFree Co, Russian Federation.

footer.html « partials « layouts - gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7c798aa9ec98f97d841137e2a6290d7163dc548 (plain)
1
2
3
4
5
6
7
8
9
10
11
<footer id="footer">
  <div class="outer">
    <div id="footer-info" class="inner">
      &copy; {{.Now.Format "2006"}}
      {{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
    </div>
  </div>
</footer>

{{ partial "footer_js" . }}
{{ partial "footer_custom_js" . }}