diff --git a/layouts/_partials/page-meta-links.html b/layouts/_partials/page-meta-links.html index 741afcdcc..0188b9718 100644 --- a/layouts/_partials/page-meta-links.html +++ b/layouts/_partials/page-meta-links.html @@ -34,7 +34,7 @@ {{ $gh_repo_path := printf "%s/%s/%s" $gh_branch $gh_subdir $path -}} {{ $gh_repo_path = replaceRE "//+" "/" $gh_repo_path -}} - {{ $viewURL := printf "%s/tree/%s" $gh_repo $gh_repo_path -}} + {{ $viewURL := printf "%s/blob/%s" $gh_repo $gh_repo_path -}} {{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path -}} {{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (safeURL $.Title ) -}} {{ $newPageStub := resources.Get "stubs/new-page-template.md" -}}