Update
This commit is contained in:
parent
d8ddf6344f
commit
84c8e210c5
14 changed files with 217 additions and 147 deletions
|
@ -6,7 +6,7 @@ image_header: "header_unsplash_5.jpg"
|
|||
permalink: "/design/style-guide/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.categories.layout %}
|
||||
{% for post in site.categories.design %}
|
||||
<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
Reference in a new issue