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