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

footer.html « partials « layouts - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 757c739bada27f315ededf5b3853a1cbd72c38f1 (plain)
1
2
3
4
5
6
7
8
9
10
<footer>
  <div class="container-fluid bg-dark text-white text-monospace text-center mt-2">
    <small>{{.Site.Copyright | safeHTML }} Theme: <a class='text-warning' href="https://themes.gohugo.io/monopriv">Monopriv</a> | Crafted with <a class='text-warning' href="https://gohugo.io">Hugo</a></small>
  </div>
  {{ if .Site.Params.analytics }}
    {{ template "_internal/google_analytics.html" . }}  
{{ end }}
</footer>
<div>
</div>