|
@@ -0,0 +1,22 @@
|
|
1
|
+title: Blog
|
|
2
|
+post: RSS Probleme
|
|
3
|
+date: 2013-04-17
|
|
4
|
+comments: true
|
|
5
|
+---
|
|
6
|
+
|
|
7
|
+## {{ page["post"] }}
|
|
8
|
+<!--%
|
|
9
|
+from datetime import datetime
|
|
10
|
+date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
|
|
11
|
+print "*Posted at %s.*" % date
|
|
12
|
+%-->
|
|
13
|
+
|
|
14
|
+Ahhh... Das war's, alle Abi Prüfungen sind geschrieben. Und es lief überall besser als erwartet. In diesem Sinne:
|
|
15
|
+
|
|
16
|
+![Party Hard][hard]
|
|
17
|
+![Party Harder][harder]
|
|
18
|
+![Party Hardest][hardest]
|
|
19
|
+
|
|
20
|
+ [hard]: img/party1.gif
|
|
21
|
+ [harder]: img/party2.gif
|
|
22
|
+ [hardest]: img/party3.gif
|