From e0dfdafdc0744831b55a12c1010205282d2308ac Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 30 Oct 2017 11:46:38 +1100 Subject: [PATCH] Delegate OpenID authentication to IndieAuth - OpenID is barely used nowadays but this is such a tiny change I might as well do it --- lemoncurry/templates/lemoncurry/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lemoncurry/templates/lemoncurry/layout.html b/lemoncurry/templates/lemoncurry/layout.html index c24c3fe..9fb76a3 100644 --- a/lemoncurry/templates/lemoncurry/layout.html +++ b/lemoncurry/templates/lemoncurry/layout.html @@ -9,6 +9,9 @@ {% block head %}{% endblock %} + + +