Skip to content

Commit

Permalink
Merge pull request #334 from viv511/master
Browse files Browse the repository at this point in the history
STYLE: Added correct hyperlink for "Create Docs Issue"
  • Loading branch information
leecalcote authored Aug 3, 2024
2 parents 4eb02a2 + 3815c1b commit 4ffe7aa
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 4ffe7aa

Please sign in to comment.