mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +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: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="
|
||||
|
|
Loading…
Add table
Reference in a new issue