feat: ✨ add OpenGraph tags
This commit is contained in:
parent
62089b9ee2
commit
91224e634a
4 changed files with 21 additions and 0 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue