diff --git a/content/pages/legal.md b/content/pages/legal.md index 05d818f..852ea2c 100644 --- a/content/pages/legal.md +++ b/content/pages/legal.md @@ -12,7 +12,7 @@ Summary: Mentions Légales En vertu de l'article 6 de la loi n° 2004-575 du 21 juin 2004 pour la confiance dans l'économie numérique, il est précisé aux utilisateurs du site «`pro[zind]`» l'identité des différents intervenants dans le cadre de sa réalisation et de son suivi : - **Propriétaire** : Frédéric Zind – Rhônalpie – France -- **Créateur** : [Frédéric Zind](https://free_zed.gitlab.io) +- **Créateur** : [Frédéric Zind](http://pro.zind.fr) - **Responsable publication** : Frédéric Zind – `pro [at] zind.fr` - Le responsable publication est une personne physique. - **Webmaster** : Frédéric Zind – `pro [at] zind.fr` diff --git a/pubconf-master.py b/pubconf-master.py index 8d60e79..6eb21b6 100644 --- a/pubconf-master.py +++ b/pubconf-master.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://free_zed.gitlab.io' +SITEURL = 'http://pro.zind.fr' FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'