Skip to content

Commit

Permalink
Merge pull request #155 from stride3d/master
Browse files Browse the repository at this point in the history
Fix for #148
  • Loading branch information
VaclavElias authored Sep 16, 2023
2 parents ae0c9da + 7722016 commit 945840c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _includes/_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
<link rel="stylesheet" href="{{ site.baseurl }}/css/styles.css?site-version={{site.version}}">
<link rel="preload" as="font" href="/webfonts/fa-solid-900.woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/webfonts/fa-brands-400.woff2" crossorigin="anonymous">
{%- if page.image -%}
<meta property="og:image" content="{{ page.image }}" />
{%- if image -%}
<meta property="og:image" content="{{ image }}" />
{%- else -%}
<meta property="og:image" content="/images/og/ogp.jpg">{% endif %}
<meta property="og:image" content="/images/og/ogp.jpg">
{%- endif -%}
{%- if site.dark-mode -%}
<script src="{{ site.baseurl}}/scripts/theme-selector.js?site-version={{site.version}}"></script>{% endif %}
</head>
<script src="{{ site.baseurl}}/scripts/theme-selector.js?site-version={{site.version}}"></script>
{%- endif -%}
</head>

0 comments on commit 945840c

Please sign in to comment.