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: 54361a56f273b2bbd9a9685926a9bbb9a9cfd60d (plain)
1
2
3
4
5
6
7
		<footer>
			<span>
			&copy; <time datetime="{{ now }}">{{ now.Format "2006" }}</time> {{ .Site.Params.Author }}. Made with Hugo using the <a href="https://github.com/chesterhow/tale/">Tale</a> theme.
			</span>
		</footer>
  </body>
</html>