From 49c377c5323c39bf2b55c43c2453d4dab8fa742b Mon Sep 17 00:00:00 2001 From: w3schools-test Date: Sun, 20 Jul 2025 10:19:29 +0530 Subject: [PATCH] feat: add 'Open an Issue' and 'Edit this page' links to curriculum pages --- common-theme/layouts/_default/single.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/common-theme/layouts/_default/single.html b/common-theme/layouts/_default/single.html index dbcf536e4..5312dd868 100644 --- a/common-theme/layouts/_default/single.html +++ b/common-theme/layouts/_default/single.html @@ -6,6 +6,29 @@ {{ . }} {{ end }} + + +
+ + Open an Issue + + + Edit this page + +
+ +
{{ range .Params.blocks }}