12 lines
477 B
HTML
12 lines
477 B
HTML
{% comment %}
|
|
Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
|
|
|
|
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
|
|
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
|
|
{% endcomment %}
|
|
|
|
{% if page.og_image % }
|
|
<meta name="twitter:image" content="{{ page.og_image }}">
|
|
<meta property="og:image" content="{{ page.og_image }}">
|
|
{% endif %}
|