Skip to content

Commit

Permalink
Change og title
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpaar committed Sep 22, 2023
1 parent ee2bc80 commit fa72eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<meta property="og:site_name" content="{{ site.title }}">
<meta property="og:image" content="{{ site.baseurl }}/images/icons/siteicon.webp">
{{ % if page.subcategory % }}
<meta property="og:title" content="{{ page.category }}/{{ page.subcategory }}/{{ page.title }}">
<meta property="og:title" content="{{ page.category }} {{ page.subcategory }} - {{ page.title }}">
{{ % else % }}
<meta property="og:title" content="{{ page.category }}/{{ page.title }}">
<meta property="og:title" content="{{ page.category }} - {{ page.title }}">
{{ % endif % }}
<meta property="og:description" content="{{ site.description }}">
<meta data-react-helmet="true" name="theme-color" content="#3583d6" />
Expand Down

0 comments on commit fa72eb0

Please sign in to comment.