From 8a004be7647fd95a6b9d654c3a456384ec341c57 Mon Sep 17 00:00:00 2001 From: w3schools-test Date: Sat, 19 Jul 2025 12:12:38 +0530 Subject: [PATCH] feat: add GitHub edit and issue buttons to pages (#552) --- common-theme/layouts/_default/baseof.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/common-theme/layouts/_default/baseof.html b/common-theme/layouts/_default/baseof.html index 27a98412d..b0c11f237 100644 --- a/common-theme/layouts/_default/baseof.html +++ b/common-theme/layouts/_default/baseof.html @@ -2,7 +2,7 @@ - + {{- partial "head.html" . -}} @@ -15,8 +15,19 @@ class="l-layout__main l-main" tabindex="0" data-pagefind-body> + {{ block "main" . }}{{ end }} + +
+ + 📝 Edit this page on GitHub + + + 🐛 Open an issue for this page + +
+ {{ partial "page-footer.html" . }} {{- partialCached "foot.html" . -}}