Replace use of abandoned rev="canonical" with rel="shortlink"
This commit is contained in:
parent
bfa7f68edc
commit
3f4c5bbc11
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends 'lemoncurry/layout.html' %}
|
||||
{% load shorturl static %}
|
||||
|
||||
{% block head %}{% revcanonical entry %}{% endblock %}
|
||||
{% block head %}<link rel="shortlink" href="{% shorturl entry %}" />{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
|
||||
|
|
Loading…
Reference in a new issue