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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-28 16:00:55 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-28 16:00:55 +0300
commitee975eec952a679e906428986e90e5e3bbcf3951 (patch)
treeb822271448d268312cdeaec88c56cae3410fa7dd /layouts
parent75f05c9db8556866edf1ce4ba83051b105a658e8 (diff)
:sparkles: Add baseof template
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..13c2e72
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<!--
+ Dopetrope by HTML5 UP
+ html5up.net | @ajlkn
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+-->
+<html>
+ {{ partial "htmlhead.html" . }}
+ <body class="homepage">
+ {{ block "main" . }}
+ {{ end }}
+ </body>
+</html> \ No newline at end of file