Metatag fixes, front end description work

This commit is contained in:
Alex 2026-06-08 15:10:12 -07:00
parent d09f49ed24
commit 2907e95d6b
13 changed files with 48 additions and 15 deletions

View file

@ -5,9 +5,12 @@
{% block metatitle %}{{page.title}} | Alex Daniels {% endblock %}
{% block ogtitle %}{{page.title}} | Alex Daniels {% endblock %}
{% block twittertitle %}{{page.title}} | Alex Daniels{% endblock %}
{% block metadescription %}{{page.description }} {% endblock %}
{% block ogdescription %}{{page.description }} {% endblock %}
{% block twitterdescription %}{{page.description }} {% endblock %}
{% block metadescription %}{{page.description|striptags }} {% endblock %}
{% block ogdescription %}{{page.description|striptags }} {% endblock %}
{% block twitterdescription %}{{page.description|striptags }} {% endblock %}
{% block ogurl %}https://alexdaniels.me/{{page.url}}{% endblock %}
{% block twitterurl %}https://alexdaniels.me/{{page.url}}{% endblock %}
{% block body %}
<section class="page">