diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index 534c13a..d02b788 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -17,7 +17,7 @@ {% with post=post.specific %}
-

+

{{ post.title }} diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index b6dc214..55c8299 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -54,7 +54,7 @@ {% with tags=page.tags.all %} {% if tags %} -
+

Tags

    diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index f01c4ef..5240612 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -21,7 +21,7 @@ } a { - @apply border-klavender border-b-2; + @apply border-klavender border-b-4; } h1 {