From 512691f01c9734f2e87e800597b17647f575687d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 26 Dec 2016 00:57:13 +0100 Subject: Testing Posts --- conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 4d99695..7307b0b 100644 --- a/conf.py +++ b/conf.py @@ -133,12 +133,14 @@ TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}" NAVIGATION_LINKS = { DEFAULT_LANG: ( + ("https://cloud.najera.pw", "Owncloud"), ("/archive.html", "Archive"), ("/categories/", "Tags"), ("/rss.xml", "RSS feed"), ), "es": ( + ("https://cloud.najera.pw", "Owncloud"), ("/es/archive.html", "Archivo"), ("/es/categories/", "Etiquetas"), ("/es/rss.xml", "Canal RSS"), @@ -146,7 +148,7 @@ NAVIGATION_LINKS = { } # Name of the theme to use. -THEME = "material-theme" +THEME = "bootstrap3" # Primary color of your theme. This will be used to customize your theme and # auto-generate related colors in POSTS_SECTION_COLORS. Must be a HEX value. -- cgit v1.2.3