diff --git a/USERS.md b/USERS.md
index 955241b..e8ff49c 100644
--- a/USERS.md
+++ b/USERS.md
@@ -49,3 +49,17 @@
- https://ku0hn.radio **Ben Kuhn** (Ham Radio Operator, InfoSec Engineer, Tinkerer)
- https://www.grumpymetalguy.com **GrumpyMetalGuy** (General Grumper and Developer)
- https://blog.jontes.page **Jonte** (general tech geek)
+- https://nazdarthegame.com/ **Michal Skoula** (Software Developer)
+- https://1mup.myorange.house **Antonio Garosi** (Street art gallery)
+- https://kitchvx.github.io **Nathan Kitching** (IT Student)
+- https://dgood.win **Dom Goodwin** (Platform Engineer)
+- https://sir-photch.xyz **Sir-Photch** (ComSci-student. German Blog)
+- https://drewmorris.info **Drew Morris** (Mathematician && Computer Scientist)
+
+
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0eb1903..02ecd25 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,7 +5,7 @@
{{ $.Site.Copyright | safeHTML }}
{{ else }}
-
© {{ now.Year }} Powered by Hugo
+
© {{ now.Year }} Powered by Hugo
{{ end }}
:: Theme made by panr
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5a4f31e..9352d88 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,11 +2,12 @@
-
{{ if .Params.noindex }}
{{ if or (eq (.Param "noindex") true) (eq (.Param "noindex") "true") }}
{{ end }}
+{{ else }}
+
{{ end }}
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index 41b0d1c..33c9a89 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -3,7 +3,7 @@
{{ if or $.Site.Params.showMenuItems ( eq .Site.Params.showMenuItems 0 ) }}
{{ range first $.Site.Params.showMenuItems $.Site.Menus.main }}
{{ if not .HasChildren }}
- {{ .Name }}
+ {{ .Name }}
{{ end }}
{{ end }}
{{ if gt (len $.Site.Menus.main) $.Site.Params.showMenuItems }}
@@ -14,7 +14,7 @@
@@ -25,7 +25,7 @@
{{ else }}
{{ range $.Site.Menus.main }}
{{ if not .HasChildren }}
- {{ .Name }}
+ {{ .Name }}
{{ end }}
{{ end }}
{{ end }}