aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/app.py
diff options
context:
space:
mode:
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}