mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Use Jekyll URL for og:image
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{% else %}
|
||||
<meta property="og:type" content="website" />
|
||||
{% endif %}
|
||||
<meta property="og:image" itemprop="image" content="https://86box.net{{ page.image | default: "/assets/images/avaicon.png" }}" />
|
||||
<meta property="og:image" itemprop="image" content="{{ site.url }}{{ page.image | default: "/assets/images/avaicon.png" }}" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
|
||||
|
||||
Reference in New Issue
Block a user