From bd9a50e9c824e89d8a91fd54c8bc838cdfa796f6 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Sun, 1 Jan 2017 16:39:14 +0200 Subject: Initial commit --- site/layouts/_default/single.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/layouts/_default/single.html (limited to 'site/layouts/_default/single.html') 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" . }} -- cgit v1.3