We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1b098 commit e29320fCopy full SHA for e29320f
1 file changed
_includes/footer.html
@@ -3,6 +3,9 @@
3
{%- assign first_page = site.pages | where_exp: 'p','p.paginated == true' | sort: 'path' | first -%}
4
{%- assign edit_link = edit_link | replace: page.path, first_page.path -%}
5
{%- endif -%}
6
+{%- if page.source_path -%}
7
+ {%- assign edit_link = edit_link | replace: page.path, page.source_path -%}
8
+{%- endif -%}
9
<footer>
10
<div class="container">
11
<p class="copy">
0 commit comments