From c3986b359db5dd270b1c6234038eeccd07bf0102 Mon Sep 17 00:00:00 2001 From: supakeen Date: Mon, 8 Jun 2020 20:38:12 +0200 Subject: [PATCH] Use /static URLs directly, closes #85. --- CHANGELOG.rst | 2 +- pinnwand/template/layout.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b345171..4c7df66 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ More bugfixes to some things that were either introduced in 1.1.1 or were lower priority. * Update our dependencies. - +* Use the /static URLs directly for logo/favicon (#85) v1.1.1 (20200602) ***************** diff --git a/pinnwand/template/layout.html b/pinnwand/template/layout.html index b724e68..0853a64 100644 --- a/pinnwand/template/layout.html +++ b/pinnwand/template/layout.html @@ -3,7 +3,7 @@ {{ pagetitle }} - + @@ -11,7 +11,7 @@