mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 11:16:53 -06:00
Fix broken parentheses for page OGraph inclusion logic
- Parentheses are not valid in Liquid, so you have to figure it out by the fact that operators are evaluated from 'right to left'.
This commit is contained in:
@@ -20,7 +20,7 @@ layout: compress
|
||||
<link as="font" crossorigin href="/assets/fonts/-cmuntt.woff2" rel="preload">
|
||||
<link as="font" crossorigin href="/assets/fonts/-cmunti.woff2" rel="preload">
|
||||
<link href="/feed.xml" rel="alternate" type="application/atom+xml">
|
||||
{% if page.date -%}
|
||||
{% if page.title and page._preview_description or page._preview_image -%}
|
||||
<meta content="website" property="og:type">
|
||||
<meta property="og:url" content="{{ page.url | absolute_url }}">
|
||||
<meta property="og:title" content="{{ page.title }}">
|
||||
|
||||
Reference in New Issue
Block a user