feat: add canonical header

This commit is contained in:
2023-04-11 16:20:30 +02:00
parent a0c5f8facf
commit 9dd7daaf00
3 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
{% extends "base.html" %}
{% block extra_head %}
<link rel="canonical" href="{{ page.permalink }}">
{% endblock extra_head %}
{% block content %}
<div class="mx-auto px-4 max-w-3xl py-8">