-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.15 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
title: "#redrice :: jako moduły"
activeMenuItem: main
---
<p class="biki initial">
Witaj nieszczęsny internauto, któremu dane było trafić na tą stronę! G'woli wyjaśnienia: jeśli nie wiesz gdzie się znalazleś czuję się zobowiązany powiadomić, że jest to oficjalna strona kanału #redrice @ irc.<a href="http://freenode.net/">freenode.net</a>.
Kanał ten jest niezobowiązującą wspólnotą społeczno-internetową, a jeśli nią nie jest to powinien, ponieważ nieźle to brzmi :P
</p>
<br class="clearer">
<div class="cmnts_title" id="cmnts_news">
news?
</div>
{% for post in site.categories.news %}
<div class="news"{% if post.legacyCommentId %} id="c{{ post.legacyCommentId }}" {% endif %}>
<div class="newsTitle">
{{ post.title }}
</div>
<img src="/usersdata/avatar_{{ post.author }}.png" width="80" align="left" class="avatar" alt="{{ post.author }}">
<div class="newsInfo">
<span class="newsUser">{{ post.author }}</span>,
{% include time.html date=post.date %}
</div>
<div class="newsContent">
{{ post.content }}
</div>
<br class="clearer">
</div>
{% endfor %}