commit 864b4a6586ec7da86ce653243cb77acd76c23c30 parent 6f617b7635e50fcc662dcda2d39a84e1d0050616 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 28 Apr 2018 21:29:17 +0200 fix blog links Diffstat:
| M | _layouts/blog.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/blog.html b/_layouts/blog.html @@ -7,7 +7,7 @@ layout: clean <ul> {% for post in site.posts %} <li> - <a href="{{ post.url }}">{{ post.title }}</a> + <a href="{{ post.url }}#main">{{ post.title }}</a> {{ post.excerpt }} </li> {% endfor %}