_layouts/post.html in jekyll-theme-kagami-0.1.6 vs _layouts/post.html in jekyll-theme-kagami-0.1.7

- old
+ new

@@ -28,10 +28,10 @@ </div> {% if page.tags.size > 0 %} <ul class="post-tags" aria-label="TagList"> {% for tag in page.tags %} - <li><a class="tag-link" href="{{ tag | url_encode | prepend: "/#tags=" | relative_url }}">{{ tag | escape }}</a></li> + <li><a class="tag-link" href="{{ tag | url_encode | prepend: "/tags/" | relative_url }}">{{ tag | escape }}</a></li> {% endfor %} </ul> {% endif %} </footer>