removed the hardcoded spacekeet OG tags
This commit is contained in:
parent
72212032f8
commit
39ef6714de
@ -5,7 +5,7 @@
|
|||||||
{# Thumbnail image to show when homepage is shared on social media. It also
|
{# Thumbnail image to show when homepage is shared on social media. It also
|
||||||
serves as the default image for posts whose featured_image is not set. #}
|
serves as the default image for posts whose featured_image is not set. #}
|
||||||
{% if not FEATURED_IMAGE %}
|
{% if not FEATURED_IMAGE %}
|
||||||
{% set FEATURED_IMAGE = 'https://keet.space/images/keet.jpg' %}
|
{% set FEATURED_IMAGE = '' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
|
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -43,8 +43,8 @@ serves as the default image for posts whose featured_image is not set. #}
|
|||||||
<meta name="twitter:title" content="{{ SITENAME|striptags|e }}">
|
<meta name="twitter:title" content="{{ SITENAME|striptags|e }}">
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="og:url" content="{{ SITEURL }}" />
|
<meta property="og:url" content="{{ SITEURL }}" />
|
||||||
<meta property="og:description" content="the spacekeet is a DIY satellite observatory trying to map out man-made space from the Utrecht Science Park">
|
<meta property="og:description" content="The Center of Everyday Technology is a Rotterdam based initiative that collects, conducts and instigates research into everyday technology.">
|
||||||
<meta name="twitter:description" content="the spacekeet is a DIY satellite observatory trying to map out man-made psace from the Utrecht Science Park">
|
<meta property="twitter:description" content="The Center of Everyday Technology is a Rotterdam based initiative that collects, conducts and instigates research into everyday technology.">
|
||||||
<meta property="og:site_name" content="{{ SITENAME|striptags|e }}" />
|
<meta property="og:site_name" content="{{ SITENAME|striptags|e }}" />
|
||||||
<meta property="og:article:author" content="{{ AUTHOR }}" />
|
<meta property="og:article:author" content="{{ AUTHOR }}" />
|
||||||
{% if FEATURED_IMAGE %}
|
{% if FEATURED_IMAGE %}
|
||||||
|
Loading…
Reference in New Issue
Block a user