aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-09-30 00:16:12 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-09-30 00:16:12 +0300
commita835d3328deea93b05803d95d34e0c66618dc9c1 (patch)
tree03b332dff1a502de8aaa629a878fcc7d3550ac2d /config.toml
parent1581c10376dc3df7206da1feebc1e237e137d1be (diff)
downloadyaroslavps.com-a835d3328deea93b05803d95d34e0c66618dc9c1.tar.gz
yaroslavps.com-a835d3328deea93b05803d95d34e0c66618dc9c1.zip
Template and CSS improvements
* Improvements to weblog.html and base.html to not show on the indeces pages without dates, i.e. making them hidden drafts. * media print rule to be able to comfortably print articles.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 36a167d..0e2bcea 100644
--- a/config.toml
+++ b/config.toml
@@ -27,6 +27,7 @@ published = "Published"
published_on = "on"
edited = "Last edited"
also_read = "This text is also available in other languages: "
+not_published = "This text is a draft and will be published soon to the index page of "
[languages.es]
generate_feed = false
@@ -40,6 +41,7 @@ published = "Publicado el"
published_on = "en:"
edited = "Última edición: "
also_read = "Este texto está disponible en otros idiomas: "
+not_published = "Este texto es un borrador y pronto será publicado a la página principal del "
[languages.ru]
generate_feed = false
@@ -53,4 +55,5 @@ published = "Опубликовано"
published_on = "в: "
edited = "Отредакировано: "
also_read = "Данный текст также доступен на других языках: "
+not_published = "Текст является черновиком и вскоре будет опубликован на заглавной странице "