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

footer.html « partials « layouts - github.com/J-Siu/hugo-theme-sk3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07b307e3fd3bc6865ce9d35359d0302e84879b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<footer class="sk3-flex sk3-flex-center-h sk3-margin-v-full sk3-pad-v-full">

	<div class="sk3-pad-h txt-center-h">
	{{if site.Copyright}}
		{{site.Copyright}}
	{{else}}
		©
		{{with site.Params.startdate}}
		{{dateFormat "2006" .}}-
		{{- end}}
		{{- now.Format "2006"}} <a href="/">{{site.Title}}</a>.
	{{end}}
	</div>
	<div class="sk3-pad-h txt-center-h">Power by <a href="//gohugo.io">Hugo</a>.</div>
	<div class="sk3-pad-h txt-center-h">Theme <a href="//github.com/J-Siu/hugo-theme-sk3/">SK3</a> by <a
			href="//github.com/J-Siu/">J-Siu</a>.</div>

</footer>

<!--hugo internal template-->
{{if site.Params.opengraph}}{{template "_internal/opengraph.html" .}}{{end}}
{{if site.Params.twittercards}}{{template "_internal/twitter_cards.html" .}}{{end}}