From aec1d3ca6627d760a7acf768ad9de4a648d79ab8 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 5 Jan 2015 18:03:13 +0100 Subject: [PATCH] Add anchor to link-posts in related posts --- _layouts/post.html | 1 + archives/posts.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 %}