We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82fbcc7 + d0bf06e commit fcec7f2Copy full SHA for fcec7f2
themes/future/layout/_partial/post/title.ejs
@@ -1,5 +1,5 @@
1
<h2 itemprop="name" class="<%= class_name %>"><%= post.title %>
2
<% if (is_post()) {%>
3
- <a href="https://github.com/future-architect/future-architect.github.io/edit/main/source/<%= page.source %>" title="Suggest Edits" class="github-edit"><i class="github-edit-icon"></i></a>
+ <a href="https://github.com/future-architect/future-architect.github.io/edit/main/source/<%= encodeURIComponent(page.source) %>" title="Suggest Edits" class="github-edit"><i class="github-edit-icon"></i></a>
4
<% } %>
5
</h2>
0 commit comments