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: a1b7d6ca2efb901afee0344e9742f0020122741e (plain)
1
2
3
4
5
<footer>
  <div class="container-fluid bg-dark text-white text-monospace text-center mt-4">
    <small>{{.Site.Copyright}} | Powered by <a href="https://gohugo.io">Hugo</a></small>
  </div>
</footer>