diff --git a/content/pages/try.html b/content/pages/try.html
index 75347f2d889734df1ffe3f4e72f4301f3d5cba5f..48c6f295790001f1b0dc224d897fdff0ca16aa9c 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 594d65c41ad517ea83a0f5fe41a711a5c58b9ad6..be1aa7d5f9e76d0a72e7ddc24246d0f8caaa234e 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 d698c1a30ea1c22f54151bb8a079461a1ea373b9..48807a19693ee304499fc1b5acfb78b07be9c8f8 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'