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: b3260964f5d70602232614a2734dadec148c97f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<footer>
    <div>
      <p class="f6 gray mt6 lh-copy">
        {{ .Site.Copyright  | safeHTML }}
      </p>
    </div>
  </footer>
  
  {{ partial "scripts.html" . }}
  </body>
  </html>