From 55e20cb52ae25a36cc668ce5e719fb536a039bd0 Mon Sep 17 00:00:00 2001 From: Vivek Mehta <66559749+viv511@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:05:36 -0400 Subject: [PATCH] STYLE: Added correct hyperlink for "Create Docs Issue" To solve this issue: https://github.com/layer5io/docs/issues/333#issue-2432949603 Changed line 34 in `layouts/partials/page-meta-links.html` to link to updated "Create docs issue" GitHub issues page. --- layouts/partials/page-meta-links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/page-meta-links.html b/layouts/partials/page-meta-links.html index e90a3e243..8586d5a61 100644 --- a/layouts/partials/page-meta-links.html +++ b/layouts/partials/page-meta-links.html @@ -31,7 +31,7 @@ {{ end -}} {{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path -}} - {{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (safeURL $.Title ) -}} + {{ $issuesURL := printf "%s/issues/new?assignees=&labels=area%2Fdocs%2C+framework%2Fhugo%2C+language%2Fmarkdown&projects=&template=documentation.md&title=[Docs]" $gh_repo -}} {{ $newPageStub := resources.Get "stubs/new-page-template.md" -}} {{ $newPageQS := querify "value" $newPageStub.Content "filename" "change-me.md" | safeURL -}}