summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2017-05-24 17:14:24 +0200
committerAilin Nemui <ailin@z30a.localdomain>2017-05-24 17:31:24 +0200
commitfefc75e2c2e65605c173a05e696f88c04caa1e63 (patch)
tree1f9ab4be515fcbfd9f9cee5c9ae33bad181bce67 /_includes
parentdf14299dfe50d5b4dcb147cd3e47f6368dd8a819 (diff)
downloadirssi.github.io-fefc75e2c2e65605c173a05e696f88c04caa1e63.zip
baseurl fixes
Diffstat (limited to '_includes')
-rw-r--r--_includes/sb_whatsnew.html2
1 files changed, 1 insertions, 1 deletions
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
%}
-<p><small>{{ post.date | date: "%Y-%m-%d" }}</small>&nbsp;<a href="{{ post.url }}">{% if new.tag %}<b>{{ new.tag }}</b> {% endif %}{% if new.title %}{{ new.title }}{% else %}{{ post.title }}{% endif %}</a> </p>{% assign found = 1 %}{% break
+<p><small>{{ post.date | date: "%Y-%m-%d" }}</small>&nbsp;<a href="{{ site.baseurl }}{{ post.url }}">{% if new.tag %}<b>{{ new.tag }}</b> {% endif %}{% if new.title %}{{ new.title }}{% else %}{{ post.title }}{% endif %}</a> </p>{% assign found = 1 %}{% break
%}{% endif
%}{% endfor
%}{% if found == 0