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

footer.html « partials « layouts - github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcdf07d929ce12e063636896698ee3a41b16313b (plain)
1
2
3
<footer>			
	{{ with .Site.Params.footertext }}{{ . | markdownify }}{{ end }}
</footer>