Skip to content

Commit

Permalink
STYLE: Added correct hyperlink for "Create Docs Issue"
Browse files Browse the repository at this point in the history
To solve this issue: layer5io#333 (comment)

Changed line 34 in `layouts/partials/page-meta-links.html` to link to updated "Create docs issue" GitHub issues page.

Signed-off-by: Vivek Mehta <[email protected]>
  • Loading branch information
viv511 committed Jul 26, 2024
1 parent b2f9d3f commit 3815c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/page-meta-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

Expand Down

0 comments on commit 3815c1b

Please sign in to comment.