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

baseof.html « _default « layouts - github.com/caressofsteel/hugo-story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06de0f08730e81c5b4e484539a97e2d9572c2ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<!--
	Hugo Story by CaressOfSteel
	A (modular, highly tweakable) responsive one-page theme for Hugo.
	Ported from Story by HTML5UP.
	This Hugo theme is licensed under the Creative Commons Attribution 3.0 License.
-->
<html>
	
	{{ partial "template/head" . }}

	<body class="is-preload">

		<!-- Wrapper -->
		<div id="wrapper" class="divided">
            {{- block "main" . }}{{- end }}
		<!-- Wrapper -->
		</div>
		
		{{ template "_internal/google_analytics.html" . }}
		{{ partial "template/scripts" . }}

	</body>
</html>