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
parent75f05c9db8556866edf1ce4ba83051b105a658e8 (diff)
:sparkles: Add baseof template
-rw-r--r--layouts/_default/baseof.html13
-rw-r--r--package.json2
2 files changed, 14 insertions, 1 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
diff --git a/package.json b/package.json
index 9816863..9ce0d75 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-dopetrope",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "Hugo Theme Dopetrope",
"main": "index.js",
"scripts": {