add og tags
Some checks failed
test / cargo test (push) Failing after 1m26s

This commit is contained in:
2024-10-01 21:02:19 +02:00
parent da78b80587
commit 49f830cd44
11 changed files with 150 additions and 7 deletions

View File

@ -16,6 +16,13 @@
href="/feed.xml"
/>
{% block og_meta %}
<meta property="og:title" content="{% block title %} {{ title }} {% endblock %} @michalvankodev" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://michalvanko.dev" />
<meta property="og:image" content="https://michalvanko.dev/images/m-logo.svg" />
{% endblock %}
<!-- Tailwind output file -->
<link rel="stylesheet" href="/styles/output.css" />