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

footer.html « partials « layouts - github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88d7bd7d3032ae73f2dffdb858e4a9be41c204e7 (plain)
1
2
3
4
5
<footer id="footer" class="mt-auto text-center text-muted">
  <div class="container">
    {{ site.Params.footerText | markdownify }}
  </div>
</footer>