Replace use of abandoned rev="canonical" with rel="shortlink"

This commit is contained in:
Danielle McLean 2017-10-30 10:03:08 +11:00
parent bfa7f68edc
commit 3f4c5bbc11
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -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' %}" />