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.
1 parent 82fbcc7 commit d0bf06eCopy full SHA for d0bf06e
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