Fix the redirection from articles to the blog section

This commit is contained in:
Alexis Tacnet
2017-01-04 15:03:10 +01:00
parent fbf1d5ae74
commit b1b88ae177

View File

@@ -15,7 +15,7 @@
<div class="markdown"> <div class="markdown">
{{ .Content }} {{ .Content }}
<br> <br>
<p><a href="/">Back to posts</a></p> <p><a href="{{ .Section }}">Back to posts</a></p>
</div> </div>
<br> <br>
<div class="disqus"> <div class="disqus">