Don't use block for meta desc

This commit is contained in:
HackerNCoder 2022-11-01 10:44:37 +00:00
parent ced927db57
commit 1db94ef335

View file

@ -1,7 +1,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="{% block ogpdesc %}{{ _("A community of people that translate queer games") }}{% endblock %}" />
<meta name="description" content="{{ _("A community of people that translate queer games") }}" />
<!-- Open Graph Protocol -->
<meta name="og:title" content="{% block ogptitle %}Queerscriptors{% endblock %}" />