diff --git a/layouts/404.html b/layouts/404.html index e69de29..a021e01 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,300 @@ + + + {{partial "head" .}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + B + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{partial "header" .}} +
+
+

Can't find what you're looking for.

+ If this is a mistake, please let me know +
+
+
+ {{partial "footer" .}} + + \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 40c32d2..90b2b83 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -287,24 +287,19 @@ + {{partial "header" .}} +
+ {{ if .Content}} +
{{.Content}}
+ {{end}} +
+
+ {{range .Pages}} + {{partial "post" .}} + {{end}} +
- {{partial "profile" .}} - -
- - -
+
+ {{partial "footer" .}} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cefa9d1..e9ff294 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{partial "head" .}} - + - {{partial "profile" .}} + {{partial "header" .}} +
+ {{ if .Content}} +
{{.Content}}
+ {{end}} +
+

+ Reply to this post +

+
+ {{range .GetTerms "tags" }} + + + {{.LinkTitle}} + {{end}} +
+
+
+ {{partial "footer" .}} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 7597cca..0d7c1df 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -287,14 +287,13 @@ + {{partial "header" .}} +
+ {{ if .Content}} +
{{.Content}}
+ {{end}} +
- {{partial "profile" .}} -
- -
+ {{partial "footer" .}} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e69de29..a9cfa16 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..9a3a75d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -0,0 +1,23 @@ +
+ +

{{.Site.Title}}

+
+ {{partial "nav" .}} + +
+ Subscribe via RSS + {{ if .Site.Params.rss}} + + + + + + {{else}} + + + + + + {{end}} +
+
\ No newline at end of file diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 5c830b4..d995ce8 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,6 +1,6 @@