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

credits_copyright.html « footer « bloc « partials « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 477981cc4b5b7b6aa73577560e0ad9350b7b842f (plain)
1
2
3
4
5
{{ if ne .Site.Copyright "" }}
<div class="container copyright">
  {{ partial "modules/site/copyright" . }}
</div>
{{ end }}