Add support for ogp:url and the much nicer rel="canonical", as well as smarter title handling

This commit is contained in:
Danielle McLean 2017-10-25 09:25:35 +11:00
parent 57b14e01ce
commit 0328ab97f6
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 17 additions and 4 deletions

View file

@ -1,6 +1,5 @@
{% extends 'lemoncurry/layout.html' %}
{% load lemonauth_tags static %}
{% block title %}log in ~ {{ block.super }}{% endblock %}
{% block styles %}
<link rel="stylesheet" type="text/stylus" href="{% static 'lemonauth/css/login.styl' %}" />