aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/_default')
-rw-r--r--site/layouts/_default/li.html3
-rw-r--r--site/layouts/_default/single.html5
2 files changed, 8 insertions, 0 deletions
diff --git a/site/layouts/_default/li.html b/site/layouts/_default/li.html
new file mode 100644
index 0000000..d521ea0
--- /dev/null
+++ b/site/layouts/_default/li.html
@@ -0,0 +1,3 @@
+<li>
+ Hello
+</li>
diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html
new file mode 100644
index 0000000..124e30d
--- /dev/null
+++ b/site/layouts/_default/single.html
@@ -0,0 +1,5 @@
+{{ partial "header" . }}
+{{ partial "nav" . }}
+{{ partial "jumbotron" (dict "imageUrl" "/img/7.jpg" "title" "This is where the heading goes" "subtitle" "This is where the subtitle goes") }}
+ {{ .Content }}
+{{ partial "footer" . }}