From 23ab0c43296b315b3eaa031ea4780a6bee8d5ae0 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 21 Apr 2018 14:03:09 +1000 Subject: [PATCH] Add a meta[name='generator'] tag to the layout --- lemoncurry/templates/lemoncurry/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lemoncurry/templates/lemoncurry/layout.html b/lemoncurry/templates/lemoncurry/layout.html index e9ed97b..da62012 100644 --- a/lemoncurry/templates/lemoncurry/layout.html +++ b/lemoncurry/templates/lemoncurry/layout.html @@ -24,6 +24,8 @@ + {% get_package_json as package %} + @@ -105,7 +107,6 @@ {% endif %} - {% get_package_json as package %}

powered by {{ package.name }} {{ package.version }}