From 303837da8e20d60189f35cf5fb12ed1f40b8a37d Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 14 Apr 2020 17:04:45 +0300 Subject: [PATCH] update --- pelicanconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 443e538..d761c59 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -60,7 +60,8 @@ ASCIIDOCTOR_EXTRA_OPTIONS = [ '--attribute=pygments-style=manni', '--attribute=pygments-css=class', '--attribute=lang=ru', - '--attribute=figure-caption=Рис.', + '--attribute=figure-caption=Рисунок', + '--attribute=table-caption=Таблица', '--attribute=toc-title=Содержание', '--attribute=experimental', '--attribute=pdf-themesdir={}/themes/pdf'.format(os.getcwd()),