From f19cbacb2df669ee740273f8de9ac5d26a485518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=B6hm?= Date: Tue, 4 Jul 2017 10:11:18 +0200 Subject: [PATCH] Fix links to tag pages in blogposts when tag is not lowercase --- .github/CONTRIBUTORS.md | 1 + _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTORS.md b/.github/CONTRIBUTORS.md index 9b46f06..a0b7aaa 100644 --- a/.github/CONTRIBUTORS.md +++ b/.github/CONTRIBUTORS.md @@ -14,3 +14,4 @@ In alphabetical order: 11. Panos Sakkos 12. Prashant Solanki 13. Sergey Lysenko + 14. Simon Böhm diff --git a/_layouts/post.html b/_layouts/post.html index 23da497..218b6eb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,7 @@ Comments
{% for tag in page.tags %} - #{{ tag }} + #{{ tag }} {% endfor %}