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

footer.html « partials « layouts - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e84a6174d62aac305d653cd409cbcbdb59efc74a (plain)
1
2
3
4
5
6
7
8
9
10
		<footer>
			{{ if and .Params.comments (gt (len .Site.DisqusShortname) 0) }}
            <figure class="article-discussion">
              {{ template "_internal/disqus.html" . }}
            </figure>
			{{ end }}
			<span>
			&copy; <time datetime="{{ now }}">{{ now.Format "2006" }}</time> {{ .Site.Author.name }}. {{ i18n "generator" | safeHTML }}
			</span>
		</footer>