From edf9fee477cb35d30d9c1e8e5e9ac6ce7ae42c3e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 21 Jan 2018 19:01:25 -0800 Subject: [PATCH] start work on hashtags --- routes/_components/Layout.html | 2 +- routes/_components/Nav.html | 6 +++++ routes/_components/NavItem.html | 6 ++--- routes/tags/[tagName].html | 39 +++++++++++++++++++++++++++++++++ templates/2xx.html | 6 +++++ 5 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 routes/tags/[tagName].html diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 59ea249d..6c0fad4e 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,5 +1,5 @@ <:Window bind:innerHeight /> -