_includes/head.html: remove meta description as part of jekyll-seo-tag

This commit is contained in:
Aminda Suomalainen 2024-06-03 09:56:29 +03:00
parent 11e1ef17a2
commit eeee966279
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 0 additions and 1 deletions

1
_includes/head.html vendored
View File

@ -10,7 +10,6 @@
<meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots | default: 'nofollow' }}{% endif %}">
<meta name="msvalidate.01" content="DDF472BEC8E65C680D65A24256C33B24">
<link rel="icon prefetch" href="{{site.icon}}">
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
<link rel="me prefetch" href="{{ site.url }}">
<link rel="openid.delegate" href="https://aminda.eu/">
<link rel="openid.server" href="https://openid.indieauth.com/openid">