limited implementation of category sections
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…
Reference in New Issue