From 864ce5fe3607e00c30a7865907565c3f0bbda841 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sat, 20 Mar 2021 14:13:07 +0100 Subject: [PATCH] fix in names see https://github.com/itpp-labs/stalin/issues/104 --- data2hugo/persons_content.py | 2 ++ hugo/content/persons/p13138.md | 2 +- hugo/content/persons/p23850.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data2hugo/persons_content.py b/data2hugo/persons_content.py index ea88d5594b3..e7f47afd313 100644 --- a/data2hugo/persons_content.py +++ b/data2hugo/persons_content.py @@ -16,6 +16,8 @@ def main(): pass name = data["name"]["nameshow"] name = name.replace("
", " ").replace("
", " ") + # e.g. https://stalin.memo.ru/persons/p23850/ + name = name.replace("", "(").replace("", ")") meta = { "title": name } diff --git a/hugo/content/persons/p13138.md b/hugo/content/persons/p13138.md index c1ff1ebcc71..c46c8d75f91 100644 --- a/hugo/content/persons/p13138.md +++ b/hugo/content/persons/p13138.md @@ -1,3 +1,3 @@ --- -title: ЛЕВЧУК Владимир Исаакович Михайлович +title: ЛЕВЧУК Владимир (Исаакович) Михайлович --- \ No newline at end of file diff --git a/hugo/content/persons/p23850.md b/hugo/content/persons/p23850.md index f741cd8cd67..4355609d7b1 100644 --- a/hugo/content/persons/p23850.md +++ b/hugo/content/persons/p23850.md @@ -1,3 +1,3 @@ --- -title: ВИКСНЕ Наум Абрамович Павел Иванович +title: ВИКСНЕ (Наум Абрамович) Павел Иванович --- \ No newline at end of file