diff --git a/themes/gokarna/layouts/_default/list.html b/themes/gokarna/layouts/_default/list.html index e69de29..25757a5 100644 --- a/themes/gokarna/layouts/_default/list.html +++ b/themes/gokarna/layouts/_default/list.html @@ -0,0 +1,43 @@ + + +{{- partial "head.html" . -}} + + + {{- partial "header.html" . -}} +
+ +
+ +

All Posts

+ +

2021

+

March

+ + + +

2019

+

May

+ +

January

+ + + +
+ +
+ {{- partial "footer.html" . -}} + + + \ No newline at end of file diff --git a/themes/gokarna/layouts/_default/single.html b/themes/gokarna/layouts/_default/single.html index 44902ec..a8b90e9 100644 --- a/themes/gokarna/layouts/_default/single.html +++ b/themes/gokarna/layouts/_default/single.html @@ -4,9 +4,9 @@ {{- partial "header.html" . -}} -
+
-
+

{{ .Title }}

@@ -28,7 +28,7 @@
-
+
{{- partial "footer.html" . -}} diff --git a/themes/gokarna/layouts/partials/head.html b/themes/gokarna/layouts/partials/head.html index 91e7c0c..8e31968 100644 --- a/themes/gokarna/layouts/partials/head.html +++ b/themes/gokarna/layouts/partials/head.html @@ -2,6 +2,9 @@ + diff --git a/themes/gokarna/layouts/partials/header.html b/themes/gokarna/layouts/partials/header.html index 79ba327..3b26285 100644 --- a/themes/gokarna/layouts/partials/header.html +++ b/themes/gokarna/layouts/partials/header.html @@ -1,5 +1,4 @@ -
-
+
-
-
+ diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 2035cc9..33b9ae2 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -127,3 +127,19 @@ html { .post .post-content { margin-top: 50px; } + +.list-posts .list-posts-title { + text-align: center; +} + +.list-posts .posts-year { + margin-top: 40px; +} + +.list-posts .post-title { + margin: 10px 0; +} + +.post-title .post-date { + float: right; +}