mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
fix category icons
This commit is contained in:
parent
620c2e2715
commit
00372c20bb
@ -6,13 +6,13 @@ category: design
|
|||||||
---
|
---
|
||||||
|
|
||||||
<section role="main" id="main" class="row">
|
<section role="main" id="main" class="row">
|
||||||
|
|
||||||
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
||||||
{% include articles.html %}
|
{% include articles.html %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -6,13 +6,13 @@ category: goodies
|
|||||||
---
|
---
|
||||||
|
|
||||||
<section role="main" id="main" class="row">
|
<section role="main" id="main" class="row">
|
||||||
|
|
||||||
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
||||||
{% include articles.html %}
|
{% include articles.html %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -5,13 +5,13 @@ category: personal
|
|||||||
---
|
---
|
||||||
|
|
||||||
<section role="main" id="main" class="row">
|
<section role="main" id="main" class="row">
|
||||||
|
|
||||||
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
||||||
{% include articles.html %}
|
{% include articles.html %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -5,13 +5,13 @@ category: photography
|
|||||||
---
|
---
|
||||||
|
|
||||||
<section role="main" id="main" class="row">
|
<section role="main" id="main" class="row">
|
||||||
|
|
||||||
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
||||||
{% include articles.html %}
|
{% include articles.html %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -6,18 +6,18 @@ category: photos
|
|||||||
---
|
---
|
||||||
|
|
||||||
<section role="main" id="main" class="row">
|
<section role="main" id="main" class="row">
|
||||||
|
|
||||||
<h1 class="page-title icon-photos">photos</h1>
|
<h1 class="page-title icon icon-photos">photos</h1>
|
||||||
|
|
||||||
<div class="masonry">
|
<div class="masonry">
|
||||||
<div class="grid-sizer"></div>
|
<div class="grid-sizer"></div>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
||||||
{% include articles.html %}
|
{% include articles.html %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user