{{ with .Site.Params.title404 }}{{ . }}{{ else }}404 - Page not found{{ end }}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 860a629..5539d55 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,7 +3,7 @@ {{ partial "nav.html" . }} {{ partial "profile.html" . }} -{{ .Key }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6dbb01a..b274288 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@ {{ partial "nav.html" . }} -
diff --git a/layouts/about/single.html b/layouts/about/single.html
index 4933005..6e131de 100644
--- a/layouts/about/single.html
+++ b/layouts/about/single.html
@@ -3,7 +3,7 @@
{{ partial "nav.html" . }}
{{ partial "profile.html" . }}
-
+
{{ .Content }}
{{ if .Site.Params.enableDisqus }}
diff --git a/layouts/index.html b/layouts/index.html
index 74411da..273b5a9 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,7 +4,7 @@
{{ partial "profile.html" . }}
-
+
{{ partial "post-list.html" . }}
{{ partial "pagination.html" . }}
{{ partial "footer.html" . }}
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index d58f285..ec80961 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -1,11 +1,9 @@
-
-
-
-
-
-
- {{ .Site.Params.name }}
- {{ .Site.Params.bio | markdownify }}
-
-
-
\ No newline at end of file
+
+
+
+
+
+ {{ .Site.Params.name }}
+ {{ .Site.Params.bio | markdownify }}
+
+
diff --git a/layouts/tags/single.html b/layouts/tags/single.html
index d03d7a0..a16f3d4 100644
--- a/layouts/tags/single.html
+++ b/layouts/tags/single.html
@@ -3,7 +3,7 @@
{{ partial "nav.html" . }}
{{ partial "profile.html" . }}
-
+
-
-
-
-
-
-
-
-
\ No newline at end of file
+