feat: add OpenGraph tags

This commit is contained in:
David Bailey 2024-01-04 16:06:06 +01:00
parent 62089b9ee2
commit 91224e634a
4 changed files with 21 additions and 0 deletions

View file

@ -11,6 +11,12 @@
<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') }}