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

footer.html « partials « layouts - github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c631d643d64b45c6fd998d7983639de250d5813 (plain)
1
2
3
4
5
6
7
8
9
{{ with site.Params.footer }}
  <footer class="Footer">
    <div class="u-wrapper">
      <div class="u-padding">
        {{ safeHTML . }}
      </div>
    </div>
  </footer>
{{ end }}