From 77c18b62807f8b76989accdc3390d5bc2655e843 Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Tue, 23 Jan 2024 17:47:38 -0600 Subject: [PATCH 1/3] Only put the current year in the Copyright --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ee9cabe..a8635ea 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -75,7 +75,7 @@

-
Copyright © 2018-2024 The Things Network New York, Inc. 501(c)(3)
+
Copyright © 2024 The Things Network New York, Inc. 501(c)(3)
Page Source , From 5a18a45cd8aa7924972e33afd20ff5000f7ce00a Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Tue, 23 Jan 2024 17:57:39 -0600 Subject: [PATCH 2/3] Fix alignment of text in buttons i.e. use {% for tag_entry in site.tags %} -
{{ tag_entry[0] }}
+ {% endfor %}
diff --git a/docs/repos.html b/docs/repos.html index 7a64050..bf44674 100644 --- a/docs/repos.html +++ b/docs/repos.html @@ -22,9 +22,9 @@

{{ page.title }}

-
All
+ {% for topic in topics %} -
{{ topic }}
+ {% endfor %}
From 4afc26d1628968ad25888827781d4ba1f45f8450 Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Tue, 23 Jan 2024 18:00:55 -0600 Subject: [PATCH 3/3] Fix menubar dropdowns to have white text --- docs/_includes/menubar.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/_includes/menubar.html b/docs/_includes/menubar.html index 34489fb..e0e54f3 100644 --- a/docs/_includes/menubar.html +++ b/docs/_includes/menubar.html @@ -57,23 +57,23 @@