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

index.html « layouts - github.com/caressofsteel/hugo-story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b78f436036a9f760808591a0855fc6842939127d (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
25
26
27
28
29
30
31
32
33
34
35
<!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">

			<!-- Main -->
			{{ partial "banner" . }}
			{{ partial "spotlight-01-left" . }}
			{{ partial "spotlight-02-right" . }}
			{{ partial "spotlight-03-left" . }}
			{{ partial "gallery" . }}
			{{ partial "items" . }}
			{{ partial "elements" . }}
			{{ partial "elements_reference" . }}
			{{ partial "template/footer" . }}

		<!-- Wrapper -->
		</div>
		
		{{ template "_internal/google_analytics.html" . }}
		{{ partial "template/scripts" . }}

	</body>
</html>