mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 08:50:04 -04:00
alas, hugo. we hardly knew ye. Reviewed-on: https://git.tacowolf.net/TacoWolf/mestizo.monster/pulls/1 Co-authored-by: taco <signing@tacowolf.net> Co-committed-by: taco <signing@tacowolf.net>
28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
{% if tags == "post" %}
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:url" content="https://mestizo.monster/{{ url }}" />
|
|
<meta property="article:author" content="https://mestizo.monster/about" />
|
|
<meta property="article:section" content="{{ section }}" />
|
|
{% for tag in keywords %}
|
|
<meta property="article:tag" content="{{ tag }}" />
|
|
{% endfor %}
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:title" content="{{ title }} - mestizo.monster" />
|
|
<meta property="og:description" content="{{ description }}" />
|
|
<meta property="og:image" content="https://mestizo.monster/img/taco.svg" />
|
|
<meta
|
|
property="og:image:alt"
|
|
content="vector drawing of a smiling cartoon taco with tortilla legs."
|
|
/>
|
|
{% else %}
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://mestizo.monster{{ page.url }}" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:title" content="{{ title }} - mestizo.monster" />
|
|
<meta property="og:description" content="{{ description }}" />
|
|
<meta property="og:image" content="https://mestizo.monster/img/taco.svg" />
|
|
<meta
|
|
property="og:image:alt"
|
|
content="vector drawing of a smiling cartoon taco with tortilla legs."
|
|
/>
|
|
{% endif %}
|