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

sub_footer.html « partials « layouts - github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3ed18afc42ad69cdc04cde202978c473c82af97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer class="row text-center footer">
  <hr />
  {{ with .Site.Params.extra }}
  <h6 class="text-center copyright">{{ .copyright | markdownify }}</h6>
  {{ if ne .poweredby false }}
  <h6 class="text-center powered">Powered by <a href="https://gohugo.io/">Hugo  v{{ hugo.Version }}</a> &amp; <a href="https://github.com/shenoybr/hugo-goa">Goa</a>.</h6>
  {{ end }}
      {{ if ne .displayrssicon false }}
      <h6><a href="{{ .RSSLink }}" aria-label="RSS Feed"><i class="fas fa-rss" aria-hidden="true"></i></a></h6>
    {{ end }}
  {{ end }}
</footer>