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

footer.html « partials « layouts - github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab18582b168a4c243fa7340816d860855c7ae7dd (plain)
1
2
3
4
5
6
7
8
9
10
<footer>
    <div>
      <p class="f6 gray mt6 lh-copy">
        {{ .Site.Copyright  | safeHTML }}
      </p>
    </div>
  </footer>
  
  {{ partial "scripts.html" . }}