diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 2193dd7fb..1f4952146 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -48,7 +48,8 @@
{{ end }}
+ class="flex-1 mx-auto lg:mx-0 w-full max-w-3x lg:max-w-3x pt-8 lg:pt-14 pb-20 px-main print:pt-0">
+ {{ partial "layouts/hooks/body-main-start.html" . }}
{{ block "main" . }}{{ end }}
{{ block "rightsidebar" . }}
diff --git a/layouts/partials/layouts/hooks/body-main-start.html b/layouts/partials/layouts/hooks/body-main-start.html
new file mode 100644
index 000000000..b28dd21c8
--- /dev/null
+++ b/layouts/partials/layouts/hooks/body-main-start.html
@@ -0,0 +1,8 @@
+{{ if or .IsSection .IsPage }}
+
+
Hugo Documentation
+ {{ with images.QR .Permalink (dict "scale" 3) }}
+

+ {{ end }}
+
+{{end }}