From 5510ed939d12263f7e01e8f3fb1f7ad99940b335 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Mon, 20 Dec 2021 19:34:46 +0100 Subject: [PATCH] [fix] build warnings --- content/pages/try.html | 2 +- pelicanconf.py | 2 +- publishconf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/pages/try.html b/content/pages/try.html index 75347f2..48c6f29 100644 --- a/content/pages/try.html +++ b/content/pages/try.html @@ -3,7 +3,7 @@ <head> <meta name="date" content="2017-12-11"> <meta name="order" content="9"> - <meta charset="UTF-8"> + <meta name="encoding" charset="UTF-8"> <title>Try Duniter</title> </head> <body> diff --git a/pelicanconf.py b/pelicanconf.py index 594d65c..be1aa7d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -57,7 +57,7 @@ BOOTSTRAP_THEME = 'readable' DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search') ARTICLE_EXCLUDES = ['files'] -STATIC_PATHS = ['images', 'content', 'files', 'files/licence_g1.rst', 'css'] +STATIC_PATHS = ['images', 'content', 'files', 'files/license_g1.txt', 'css'] CUSTOM_CSS = 'css/custom.css' diff --git a/publishconf.py b/publishconf.py index d698c1a..48807a1 100644 --- a/publishconf.py +++ b/publishconf.py @@ -5,4 +5,4 @@ sys.path.append('.') from pelicanconf import * -SITEURL = u'https://duniter.org/' +SITEURL = u'https://duniter.org' -- GitLab