diff --git a/_layouts/page.html b/_layouts/page.html index 9900ee1..a1563b9 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,6 +1,6 @@ --- layout: default -theme: dark +theme: light ---

diff --git a/_layouts/post.html b/_layouts/post.html index 384e373..aac2144 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,8 @@ --- layout: default +theme: dark --- +

{{page.title}} @@ -9,36 +11,32 @@ layout: default
  • {{page.date | date_to_string }} |
  • + + {% for tag in page.tags %} +
  • #{{ tag | capitalize }}
  • + {% endfor %} + {% for tag in page.categories %} - -
  • - {{ tag | capitalize }} -
  • -
    +
  • + #{{ tag | capitalize }} +
  • {% endfor %}
- - {% for tag in page.tags %} - {{ tag | capitalize }} - {% endfor %} - +
+
+

{{ content }} -
+