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: 6307626e3db59a376b1407c28da2450567400613 (plain)
1
2
3
4
5
6
7
8
<footer>
  <div class="container-fluid bg-dark text-white text-monospace text-center mt-4">
    <small>{{.Site.Copyright | safeHTML }} | Crafted using <a href="https://gohugo.io">Hugo</a></small>
  </div>
  {{ if .Site.Params.analytics }}
    {{ template "_internal/google_analytics.html" . }}  
{{ end }}
</footer>