mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
23 lines
621 B
HTML
23 lines
621 B
HTML
---
|
|
layout: base
|
|
title: Goodies
|
|
description: All the goodies I've released for you to download. Those are all free for your personal use only, licensed under CC BY NC SA 3.0. Please contact me if you want to use them commercially.
|
|
category: goodies
|
|
redirect_from:
|
|
- /goodies/icon/
|
|
- /goodies/other/
|
|
- /goodies/wallpaper/
|
|
- /topics/goodies/
|
|
---
|
|
|
|
<section role="main" id="main" class="row">
|
|
|
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
|
|
|
{% for post in site.categories.goodies %}
|
|
{% include articles.html %}
|
|
{% endfor %}
|
|
|
|
</section>
|
|
|
|
{% include paginator.html %} |