limited implementation of category sections

main
psychobunny 8 years ago
parent 358ba3e795
commit 2b619db746

@ -1,7 +1,11 @@
<!-- IF ../isSection -->
{../name}
<!-- ELSE -->
<!-- IF ../link -->
<a href="{../link}" itemprop="url" target="_blank">
<!-- ELSE -->
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
<!-- ENDIF ../link -->
{../name}
</a>
</a>
<!-- ENDIF ../isSection -->
Loading…
Cancel
Save