Metatag fixes, front end description work
This commit is contained in:
parent
d09f49ed24
commit
2907e95d6b
13 changed files with 48 additions and 15 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue