diff --git a/layouts/_partials/layouts/header/header.html b/layouts/_partials/layouts/header/header.html
index 0d2e720d7..97f172110 100644
--- a/layouts/_partials/layouts/header/header.html
+++ b/layouts/_partials/layouts/header/header.html
@@ -22,6 +22,23 @@
>
{{ end }}
+
+
+ {{ with hugo.Version }}
+
+ Built with Hugo
+ {{ if strings.Contains . "-DEV" }}
+ v{{ . }}
+ {{ else }}
+
v{{ . }}
+ {{ end }}
+ {{ end }}
+
+
@@ -29,7 +46,7 @@
{{ partial "layouts/search/input.html" . }}
+ class="relative ml-0 md:ml-8 flex content-center basis-0 justify-end gap-0 sm:gap-1 xl:grow-1">
{{/* QR code. */}}
{{ partial "layouts/header/qr.html" . }}
{{/* Theme selector. */}}