From b76dbed34e6f01633b3f741f2f1f3e5ee8dca134 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Mon, 11 May 2020 16:19:56 -0600 Subject: add support for the ducky --- home/templates/home/tags/top_menu.html | 3 ++- jthanio/static/css/jthanio.css | 5 +++++ jthanio/static/img/duck.png | Bin 0 -> 17405 bytes 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 jthanio/static/img/duck.png diff --git a/home/templates/home/tags/top_menu.html b/home/templates/home/tags/top_menu.html index aac45df..e9c57b1 100644 --- a/home/templates/home/tags/top_menu.html +++ b/home/templates/home/tags/top_menu.html @@ -1,8 +1,9 @@ -{% load navigation_tags wagtailcore_tags %} +{% load navigation_tags wagtailcore_tags static%} {% get_site_root as site_root %}