irc: add posts in that category

assuming that the previous command worked
This commit is contained in:
Aminda Suomalainen 2015-01-24 14:51:54 +02:00
parent 95a0cdefbf
commit 8526e3bf3f
1 changed files with 11 additions and 0 deletions

View File

@ -20,3 +20,14 @@ going on and you should disconnect.
* MD5 Fingerprint=`C6:82:79:7B:8E:55:4E:5E:4C:CD:D1:BC:99:41:70:4E`
* SHA1 Fingerprint=`11:B0:1C:03:7F:71:50:80:E5:CB:1F:28:8E:9A:9A:1D:5C:12:00:53`
* SHA256 Fingerprint=`E2:1F:62:A1:D1:90:D7:21:39:9F:BF:1D:26:C4:A5:AA:D0:28:F4:0D:78:A1:49:59:9A:98:7A:B7:24:19:3F:EF`
### Posts in category IRC
<ul>
{% for post in site.categories.irc %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>