refactor: move as many OG tags to root page as possible
This commit is contained in:
parent
454161e98a
commit
5d1d4cdc32
3 changed files with 18 additions and 10 deletions
|
@ -11,12 +11,6 @@
|
|||
<h2> {{ post.post_metadata.title }} </h2>
|
||||
{% endblock %}
|
||||
|
||||
{% block opengraph_tags %}
|
||||
<meta property="og:title" content="{{ post.post_metadata.title }}" />
|
||||
<meta property="og:url" content="https://lucidragons.de{{post.post_path}}" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{%block main_content%}
|
||||
|
||||
{{ include('fragments/filepath_bar.html') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue