mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 08:35:19 +00:00
Fix paths
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user