-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 1.51 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
---
<section id="intro">
<header>
<h1>Transhumanizem</h1>
</header>
<p>Transhumanizem predstavlja tako osebno filozofijo, način mišljenja ter svetovni in življenjski nazor, kakor tudi odprto intelektualno in kulturno gibanje, ki potrjuje možnost in zaželenost temeljnega izboljšanja človeskega stanja.</p>
<p>Pridružite se nam na
<a href="http://tech.groups.yahoo.com/group/transhumanizem/">mailing listi</a>
ali nam <a href="mailto:[email protected]">pišite</a>.</p>
</section>
<section class="articles">
<h1>
Članki
<a href="#_" class="control" style="display:none">prikaži vse</a>
</h1>
<ul class="articles">
{% for article in site.posts %}
<li class="article">
<a href="{{ article.url }}" data-tags="{{ article.categories | join: ", " }}">
{{ article.title }}
</a>
<time datetime="{{ article.last_updated | date_to_xmlschema }}">
{{ article.last_updated | date: "%d.%m.%Y" }}
</time>
</li>
{% endfor %}
</ul>
</section>
<section id="tag-picker" class="tags">
<h1>
Ključne besede
</h1>
<ul>
{% for tag in site.categories %}
<li class="tag">
<a href="#{{ tag | first }}">{{ tag | first }}</a>
</li>
{% endfor %}
</ul>
</section>
<section class="source">
<a href="https://github.com/transhumanizem/transhumanizem.github.com">
Izvorna koda</a>
|
<a href="https://github.com/transhumanizem/transhumanizem.github.com/issues">
Sporoči napako</a>
</section>