limited implementation of category sections
parent
358ba3e795
commit
2b619db746
@ -1,7 +1,11 @@
|
|||||||
|
<!-- IF ../isSection -->
|
||||||
|
{../name}
|
||||||
|
<!-- ELSE -->
|
||||||
<!-- IF ../link -->
|
<!-- IF ../link -->
|
||||||
<a href="{../link}" itemprop="url" target="_blank">
|
<a href="{../link}" itemprop="url" target="_blank">
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
|
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
|
||||||
<!-- ENDIF ../link -->
|
<!-- ENDIF ../link -->
|
||||||
{../name}
|
{../name}
|
||||||
</a>
|
</a>
|
||||||
|
<!-- ENDIF ../isSection -->
|
Loading…
Reference in New Issue