From 82e30627e543ec86467c8c5d00176d1842f0fa47 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 22 Nov 2022 17:02:42 -0600 Subject: [PATCH] Add back icons.html (needed for collapsed view on mobile) --- templates/page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/page.html b/templates/page.html index 0a19c3b..741e64f 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,6 +2,7 @@ {% block body -%} {{ super() }} +{% include "partials/icons.html" %}