trying to get subpages to work with code
This commit is contained in:
parent
59c253b296
commit
2755d407c1
2 changed files with 0 additions and 0 deletions
|
|
@ -1,8 +0,0 @@
|
|||
{% for category in site.categories %}
|
||||
<h3>{{ category[0] }}</h3>
|
||||
<ul>
|
||||
{% for post in category[1] %}
|
||||
<li><a href=" {{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue