fix: incorrect default edit URL

This was broken by #15774.
This commit is contained in:
Bjorn Neergaard 2022-09-29 15:04:56 -06:00
parent 5f00847961
commit 7dce95be84
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{%- if page.edit_url -%}
{%- assign edit_url = page.edit_url -%}
{%- else -%}
{% capture edit_url %}{{ site.repo }}/edit/edit/master/{{ page.path }}{% endcapture %}
{% capture edit_url %}{{ site.repo }}/edit/master/{{ page.path }}{% endcapture %}
{%- endif -%}
{%- if page.issue_url -%}
{%- assign issue_url = page.issue_url -%}