diff --git a/_layouts/post.html b/_layouts/post.html index 61058ff..23eaa1a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,6 +15,7 @@ layout: default
  • + {% if post.category == "links" %}⚓{% endif %} {{ post.title }} {{ post.date | date_to_string }} diff --git a/archives/posts.html b/archives/posts.html index 07ef932..ad95595 100644 --- a/archives/posts.html +++ b/archives/posts.html @@ -17,6 +17,7 @@ title: Post Archive {% endif %}
  • - {% if post.category == "links" %}⚓{% endif %} {{ post.title }} + {% if post.category == "links" %}⚓{% endif %} + {{ post.title }}
  • {% endfor %}