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

footer.html « partials « layouts - github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1615132c39d5ee1e60868e4dfc1ab7994f74f221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <footer>

  {{ partial "social-links-footer.html" . }}

  <div class="copyright"> {{ .Site.Copyright }} </div>

  <div class="poweredby">
    Powered by <a href="https://gohugo.io/">Hugo</a>.
  </div>

  </footer>

</body>
</html>