Comment out description

This commit is contained in:
Luke 2022-04-19 13:00:04 +02:00
parent 2b9e223f08
commit c668f4beb7

View file

@ -2,13 +2,20 @@
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:type" content="website">
<meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="
<!--
Todo: Daniel said leave a comment here and this
need also need more clarification for how/what
should be displayed here
-->
<!-- <meta property="og:description" content="
{% if page.summary != null %}
{{ page.summary | truncatewords: 18 }}
{% else %}
{{ site.description }}
{% endif %}
">
"> -->
<meta property="og:image" content="
{% if page.category == "podcast" %}
{% if page.custom_thumbnail_name == null %}
@ -27,13 +34,20 @@
<!-- Twitter -->
<meta name="twitter:title" content="{{ page.title }}">
<meta name="twitter:description" content="
<!--
Todo: Daniel said leave a comment here and this
need also need more clarification for how/what
should be displayed here
-->
<!-- <meta name="twitter:description" content="
{% if page.summary != null %}
{{ page.summary | truncatewords: 18 }}
{% else %}
{{ site.description }}
{% endif %}
">
"> -->
<meta name="twitter:site" content="{{ site.twitter_username }}">
<meta name="twitter:card" content="{{ site.twitter_card_type }}">
<meta name="twitter:image" content="