Social links

This commit is contained in:
Laszlo Fogas
2020-10-12 20:55:43 +02:00
parent 2d7abcadf3
commit c6b6171cef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{% endif %}
<!-- The image needs to have an absolute URL -->
{% set image = config.site_url ~ 'assets/circle.svg' %}
{% set image = config.site_url ~ 'assets/logo.png' %}
<!-- Open graph meta tags -->
<meta property="og:type" content="website" />
+1 -1
View File
@@ -8,7 +8,7 @@
{% endif %}
<!-- The image needs to have an absolute URL -->
{% set image = config.site_url ~ 'assets/circle.svg' %}
{% set image = config.site_url ~ 'assets/logo.png' %}
<!-- Open graph meta tags -->
<meta property="og:type" content="website" />