🐛 Fixed the sub category link without urlize.
This commit is contained in:
parent
fdfcadadcc
commit
976af2c92d
@ -8,7 +8,7 @@
|
||||
{{ print (T "PostMeta.category") (T "Symbol.colon") }}
|
||||
</span>
|
||||
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
|
||||
<a href="{{ "/categories/" | relLangURL }}{{ (index (last 1 .) 0) | urlize }}" itemprop="url" rel="index">
|
||||
<a href="{{ "/categories/" | relLangURL }}{{ add (index (last 1 .) 0) "/" | urlize }}" itemprop="url" rel="index">
|
||||
<span itemprop="name">{{ delimit . "/" }}</span>
|
||||
</a>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user