Skip to content

Latest commit

 

History

History
95 lines (92 loc) · 3.45 KB

category.md

File metadata and controls

95 lines (92 loc) · 3.45 KB
layout title exclude_from_search
fullwidth
Content by Category
true

{% include category-finder.html %}

<style> .title {font-size: 1.15em; font-weight: 700; margin: 5px 0; padding: 5px 10px 0;} .description {color: #afb0b4; font-size: .85em; padding: 0 10px 5px 10px; margin-bottom: 10px;} h5.section {font-size: 1.5em;font-weight: 600;} </style>
Categories
{% for ct in cats %}

{{ ct }}

{% endfor %}

{{ page.title }}


{% for ct in cats %}
{{ ct }}
{% for post in site.guides %} {% if post.category contains ct %}

{{ post.title }}

{{ post.description }}

{% endif %} {% endfor %} {% for post in site.tutorials %} {% if post.category contains ct %}

{{ post.title }}

{{ post.description }}

{% endif %} {% endfor %} {% for post in site.clients %} {% if post.category contains ct %}

{{ post.title }}

{{ post.description }}

{% endif %} {% endfor %}

{% endfor %}