Fix paths

This commit is contained in:
Pierre HUBERT 2019-11-21 15:47:36 +01:00
parent 97763f7fb3
commit 2ba49e7e5c
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ title: Comunic
email: contact@communiquons.org
description: Website about Comunic.
url: "https://about.communiquons.org"
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
#Comunic application URL
app_url: "http://devweb.local/comunic/v2/"
app_url: "https://communiquons.org/"
#Comunic Android Application URL
play_store_url: "https://play.google.com/store/apps/details?id=org.communiquons.android.comunic.client"

View File

@ -21,8 +21,8 @@
<link href="{{ site.baseurl }}/css/main.css" rel="stylesheet">
<!-- Website icon -->
<link rel="icon" type="image/vnd.microsoft.icon" href="{{site.url}}{{ site.baseurl }}/img/comunic_icon.png" />
<link rel="shortcut icon" type="image/x-icon" href="{{site.url}}{{ site.baseurl }}/img/comunic_icon.png" />
<link rel="icon" type="image/vnd.microsoft.icon" href="{{ site.baseurl }}/img/comunic_icon.png" />
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/img/comunic_icon.png" />
<!-- Open Graph content -->
{% if page.title %}<meta property="og:title" content="{{ page.title }}"/>{% endif %}