mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-13 00:51:13 +00:00
Fix paths
This commit is contained in:
parent
97763f7fb3
commit
2ba49e7e5c
@ -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"
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user