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()),