aboutsummaryrefslogtreecommitdiffstats
path: root/themes/coming-soon/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/coming-soon/layouts/_default')
-rw-r--r--themes/coming-soon/layouts/_default/baseof.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/coming-soon/layouts/_default/baseof.html b/themes/coming-soon/layouts/_default/baseof.html
new file mode 100644
index 0000000..b2fb081
--- /dev/null
+++ b/themes/coming-soon/layouts/_default/baseof.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html lang="en">
+<!-- A HUGO theme by mansoorbarri.com -->
+ {{- partial "head.html" . -}}
+ {{- block "main" . }}{{- end }}
+</html>