From ee975eec952a679e906428986e90e5e3bbcf3951 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Wed, 28 Feb 2018 13:00:55 +0000 Subject: :sparkles: Add baseof template --- layouts/_default/baseof.html | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 layouts/_default/baseof.html 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 @@ + + + + {{ partial "htmlhead.html" . }} + + {{ block "main" . }} + {{ end }} + + \ 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": { -- cgit v1.2.3