_layouts/post.html in jekyll-theme-ink-0.1.2 vs _layouts/post.html in jekyll-theme-ink-0.1.3
- old
+ new
@@ -18,10 +18,10 @@
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span class="author" itemprop="name">{{ page.author }}</span>
</span>
{%- endif -%}
{%- for cate in page.categories -%}
- <a href="/category/{{ cate }}" class="post-category">
+ <a href="{{ "/category/" | append: cate | relative_url }}" class="post-category">
{{ cate | escape }}
</a>
{%- endfor -%}
</p>
</header>