Metatag fixes, front end description work
This commit is contained in:
parent
d09f49ed24
commit
2907e95d6b
13 changed files with 48 additions and 15 deletions
|
|
@ -4,9 +4,12 @@
|
|||
|
||||
{% block metatitle %}{{post.title}} - Writing | Alex Daniels {% endblock %}
|
||||
{% block twittertitle %}{{post.title}} - Writing | Alex Daniels{% endblock %}
|
||||
{% block metadescription %}{{post.description }} {% endblock %}
|
||||
{% block ogdescription %}{{post.description }} {% endblock %}
|
||||
{% block twitterdescription %}{{post.description }} {% endblock %}
|
||||
{% block metadescription %}{{post.description|striptags }} {% endblock %}
|
||||
{% block ogdescription %}{{post.description|striptags}} {% endblock %}
|
||||
{% block twitterdescription %}{{post.description|striptags }} {% endblock %}
|
||||
|
||||
{% block ogurl %}https://alexdaniels.me/words/{{post.url}}{% endblock %}
|
||||
{% block twitterurl %}https://alexdaniels.me/words/{{post.url}}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<article class="post">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue