refactor: move as many OG tags to root page as possible

This commit is contained in:
David Bailey 2024-01-09 00:12:31 +01:00
parent 454161e98a
commit 5d1d4cdc32
3 changed files with 18 additions and 10 deletions

View file

@ -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') }}