Skip to content

Commit 95bd1a0

Browse files
committed
Bug Fix: fix the "Submit Correction" link
1 parent 7bef747 commit 95bd1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
{% endif %}
8181
{% endfor %}
8282
<li>
83-
<a target="_blank" href="https://github.com/mattjmorrison/mattjmorrison.github.io/edit/master/{{layout.path}}">Submit A Correction</a>
83+
<a target="_blank" href="https://github.com/mattjmorrison/mattjmorrison.github.io/edit/master/{{page.path}}">Submit A Correction</a>
8484
</li>
8585
</ul>
8686
</div>

0 commit comments

Comments
 (0)