Skip to content
Snippets Groups Projects
Commit 5510ed93 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

[fix] build warnings

parent 12a26d90
No related branches found
No related tags found
No related merge requests found
Pipeline #14376 passed
......@@ -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>
......
......@@ -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'
......
......@@ -5,4 +5,4 @@ sys.path.append('.')
from pelicanconf import *
SITEURL = u'https://duniter.org/'
SITEURL = u'https://duniter.org'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment