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

page-aside.html « partials « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bf636bc7c6260f6120eabdfe5269d5e8a72d74e (plain)
1
2
3
4
5
6
7
8
9
<div class="md:max-w-xs  flex flex-col md:items-end">
	{{ partial "site-navigation.html" . }}
	{{ partial "social-follow.html" . }}
	<div class="text-sm text-gray-500 leading-tight a-gray">
		{{.Site.Copyright|safeHTML}}
		<br />
		Built with Hugo and theme <a href="https://github.com/heyeshuang/hugo-theme-tokiwa">Tokiwa</a>. {{.WordCount }} words in this page.
	</div>
</div>