feat: add canonical header
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user