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: 9df0ff5ce05fda3a50a051f10b5465762ebc1c2f (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 class='text-warning' href="https://gohugo.io">Hugo</a></small>
  </div>
  {{ if .Site.Params.analytics }}
    {{ template "_internal/google_analytics.html" . }}  
{{ end }}
</footer>