aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/app.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-11-30 11:10:57 +0100
committerWojtek Kosior <koszko@koszko.org>2022-11-30 11:10:57 +0100
commitb805aa7dcd12a0d4d288681ed3c72dac1ea1b7e0 (patch)
tree1c4c10ecaa617cc71808a631ece41f8b749ff99d /src/koszko_org_website/app.py
parentc02b0352d873adec1fe75efda9b3b9dc124846b0 (diff)
downloadkoszko-org-website-b805aa7dcd12a0d4d288681ed3c72dac1ea1b7e0.tar.gz
koszko-org-website-b805aa7dcd12a0d4d288681ed3c72dac1ea1b7e0.zip
add a blog post "How I fought... another view"v2022.11.30
Diffstat (limited to 'src/koszko_org_website/app.py')
-rw-r--r--src/koszko_org_website/app.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/koszko_org_website/app.py b/src/koszko_org_website/app.py
index 467672b..ed80561 100644
--- a/src/koszko_org_website/app.py
+++ b/src/koszko_org_website/app.py
@@ -40,11 +40,13 @@ def raise_exception(msg: str) -> t.NoReturn:
post_titles_pl = {
- 'gospel-despite-no-enthusiasm': 'Dobra Nowina pomimo zniechęcenia'
+ 'gospel-despite-no-enthusiasm': 'Dobra Nowina pomimo zniechęcenia',
+ 'how-i-fought...-another-view': 'Jak walczyłem... inne spojrzenie'
}
post_titles_en = {
- 'gospel-despite-no-enthusiasm': 'Gospel despite lack of enthusiasm'
+ 'gospel-despite-no-enthusiasm': 'Gospel despite lack of enthusiasm',
+ 'how-i-fought...-another-view': 'How I fought... another view'
}
post_titles = {'en': post_titles_en, 'pl': post_titles_pl}