diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2018-01-18 17:17:33 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2018-01-18 17:24:56 +0100 |
commit | a81d1db3e4ec1dc82e1af6e0f86145f3c6a3109e (patch) | |
tree | a61b4977247925399b838f5dda286a21363dd720 | |
parent | 17d59a91d3df226c784cc173179078b9b16b6134 (diff) |
Add post about theater plays.
-rw-r--r-- | posts/de/2018-01-18-theater-fuer-grundschulkinder.sxml | 15 | ||||
-rw-r--r-- | posts/en/2018-01-18-theater-for-elementary.sxml | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/posts/de/2018-01-18-theater-fuer-grundschulkinder.sxml b/posts/de/2018-01-18-theater-fuer-grundschulkinder.sxml new file mode 100644 index 0000000..cf359b7 --- /dev/null +++ b/posts/de/2018-01-18-theater-fuer-grundschulkinder.sxml @@ -0,0 +1,15 @@ +(use-modules (srfi srfi-19) + (haunt utils)) + +`((title . "Theater für Kappler grundschulkinder") + (date . ,(string->date* "2018-01-18 17:00")) + (tags "books") + (summary . "My grandmother’s theater plays for elementary school kids.") + (content + + ((h2 "Theater für Kappler grundschulkinder") + + (p "Ich bin froh, heute die theaterstücke veröffentlichen zu können, die meine großmutter als grundschullehrerin für ihre schüler geschrieben und mit ihnen aufgeführt hat. Ihr findet die stücke " + (a (@ (href "/theater/index-de.html")) + "hier") + ".")))) diff --git a/posts/en/2018-01-18-theater-for-elementary.sxml b/posts/en/2018-01-18-theater-for-elementary.sxml new file mode 100644 index 0000000..ee6f270 --- /dev/null +++ b/posts/en/2018-01-18-theater-for-elementary.sxml @@ -0,0 +1,15 @@ +(use-modules (srfi srfi-19) + (haunt utils)) + +`((title . "Theater for elementary school kids from Kappel") + (date . ,(string->date* "2018-01-18 17:00")) + (tags "books") + (summary . "My grandmother’s theater plays for elementary school kids.") + (content + + ((h2 "Theater for elementary school kids from Kappel") + + (p "Today I am happy to publish theater plays my grandmother wrote when she was an elementary school teacher in Kappel in Freiburg im Breisgau. See " + (a (@ (href "/theater/index-en.html")) + "here") + ".")))) |