mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Comment out description
This commit is contained in:
parent
2b9e223f08
commit
c668f4beb7
1 changed files with 18 additions and 4 deletions
|
@ -2,13 +2,20 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:title" content="{{ page.title }}">
|
<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 %}
|
{% if page.summary != null %}
|
||||||
{{ page.summary | truncatewords: 18 }}
|
{{ page.summary | truncatewords: 18 }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ site.description }}
|
{{ site.description }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
">
|
"> -->
|
||||||
|
|
||||||
<meta property="og:image" content="
|
<meta property="og:image" content="
|
||||||
{% if page.category == "podcast" %}
|
{% if page.category == "podcast" %}
|
||||||
{% if page.custom_thumbnail_name == null %}
|
{% if page.custom_thumbnail_name == null %}
|
||||||
|
@ -27,13 +34,20 @@
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<meta name="twitter:title" content="{{ page.title }}">
|
<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 %}
|
{% if page.summary != null %}
|
||||||
{{ page.summary | truncatewords: 18 }}
|
{{ page.summary | truncatewords: 18 }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ site.description }}
|
{{ site.description }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
">
|
"> -->
|
||||||
|
|
||||||
<meta name="twitter:site" content="{{ site.twitter_username }}">
|
<meta name="twitter:site" content="{{ site.twitter_username }}">
|
||||||
<meta name="twitter:card" content="{{ site.twitter_card_type }}">
|
<meta name="twitter:card" content="{{ site.twitter_card_type }}">
|
||||||
<meta name="twitter:image" content="
|
<meta name="twitter:image" content="
|
||||||
|
|
Loading…
Add table
Reference in a new issue