From fefc75e2c2e65605c173a05e696f88c04caa1e63 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 24 May 2017 17:14:24 +0200 Subject: baseurl fixes --- _includes/sb_whatsnew.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/sb_whatsnew.html b/_includes/sb_whatsnew.html index ea74fc5..1eb33c3 100644 --- a/_includes/sb_whatsnew.html +++ b/_includes/sb_whatsnew.html @@ -8,7 +8,7 @@ Edit /_data/sb_whatsnew.yml to generate the content of this sidebar %}{% for post in site.posts %}{% if post.slug == new.key %} -

{{ post.date | date: "%Y-%m-%d" }} {% if new.tag %}{{ new.tag }} {% endif %}{% if new.title %}{{ new.title }}{% else %}{{ post.title }}{% endif %}

{% assign found = 1 %}{% break +

{{ post.date | date: "%Y-%m-%d" }} {% if new.tag %}{{ new.tag }} {% endif %}{% if new.title %}{{ new.title }}{% else %}{{ post.title }}{% endif %}

{% assign found = 1 %}{% break %}{% endif %}{% endfor %}{% if found == 0 -- cgit v1.2.3