1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-09 11:52:31 +00:00

Update SITEURL for production

This commit is contained in:
Freezed 2019-01-24 15:19:49 +01:00
parent bb1e486a2a
commit 4792c684ac
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -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'