From af8ac656fc9468b0369483111c1871731bfe6b51 Mon Sep 17 00:00:00 2001 From: budparr Date: Fri, 5 Jun 2020 10:00:03 -0400 Subject: [PATCH 1/8] Hide categories until they are functional --- layouts/article/list.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/article/list.html b/layouts/article/list.html index 5ec5f5f..5ad22bb 100644 --- a/layouts/article/list.html +++ b/layouts/article/list.html @@ -1,7 +1,9 @@ {{ define "main" }}
{{ partial "page-header.html" . }} -
+ {{/* + TODO: wire up categories +
-
+
*/}} {{ range .Pages }} -
+
{{ partial "article-header.html" . }}
{{ end }} From 80c102692df9db6d6fbf0a6aaf7975cf4973ceae Mon Sep 17 00:00:00 2001 From: budparr Date: Fri, 5 Jun 2020 10:00:54 -0400 Subject: [PATCH 2/8] Tweak header to the point of being obnoxious --- layouts/partials/header.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6f8c96f..b89368c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,9 +2,9 @@
- -
{{ partial "svg/logo-compressed.svg" . }}
-
+ +
{{ partial "svg/logo-compressed.svg" . }}
+
The New Dynamic
@@ -12,23 +12,23 @@ {{ partial "lang-switch" . }} {{ $menu_items := partialCached "func/GetMainMenuItems" . "func/GetMainMenuItems" }} -