summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorHorus32016-10-22 14:31:44 +0200
committerHorus32016-10-22 14:31:44 +0200
commitc961514c19e34f18c794b4a3ce79a4e07307bc5c (patch)
treeec98da573e65ab97755278d93182b6ef8934ff92 /layouts
parent6c577a65339ac597ac622fb839393f931562cf8e (diff)
downloadiamfabulous.de-c961514c19e34f18c794b4a3ce79a4e07307bc5c.tar.gz
Journal links back to main page.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/page/list.html7
-rw-r--r--layouts/page/single.html7
4 files changed, 2 insertions, 16 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 3171635..e30cc74 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -29,7 +29,7 @@ _ ___ _.--.
<div class="container">
<div class="row center">
<p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="/" title="back to index">click to go back</a>
+ <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
</p>
</div>
</div>
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4f9b3aa..0c2fc41 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,6 @@
{{partial "header.tmpl" .}}
<div class="row">
- <header><p>journal</p></header>
+ <header><p><a href="{{$.Site.BaseURL}}" class="black-link header-link" title="go back">journal</a></p></header>
</div>
{{ range .Data.Pages }}
<div class="container journal">
diff --git a/layouts/page/list.html b/layouts/page/list.html
deleted file mode 100644
index 32d2367..0000000
--- a/layouts/page/list.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{partial "header.tmpl" .}}
-<header><p>{{.Title}}</p><br></header>
- <nav>
- {{.Content}}
- </nav>
-{{partial "footer.tmpl"}}
-
diff --git a/layouts/page/single.html b/layouts/page/single.html
deleted file mode 100644
index 32d2367..0000000
--- a/layouts/page/single.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{partial "header.tmpl" .}}
-<header><p>{{.Title}}</p><br></header>
- <nav>
- {{.Content}}
- </nav>
-{{partial "footer.tmpl"}}
-