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

header.html « partials « layouts - github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46394e66d4d127834c79870abfef5ff2a16a6d88 (plain)
1
2
3
4
5
			<header class="clearfix">
				<h1>{{ with .Site.Params.title }}{{ . | markdownify }}{{ end }}</h1>
				<span>{{ with .Site.Params.subtitle }}{{ . | markdownify }}{{ end }}</span>
				<!-- <button onclick="shuffleImg()">Surprise Me!</button> -->
			</header>