This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/petri.git
The following commit(s) were added to refs/heads/master by this push: new 5cf2a52 should use page.path_no_ext instead 5cf2a52 is described below commit 5cf2a524fb98b458d681aab383953b98283ff163 Author: Greg Stein <gst...@gmail.com> AuthorDate: Thu Jul 1 15:10:03 2021 -0500 should use page.path_no_ext instead --- theme/apache/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index ae4c1ef..dcd6215 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -183,7 +183,7 @@ li { <div class="container"> {% block content %} {% endblock %} - <h2><span class="badge badge-secondary"><a href="{{ SITEREPOSITORY }}{{ page.slug }}.md" style="color:white">Page Source</a></span></h2> + <h2><span class="badge badge-secondary"><a href="{{ SITEREPOSITORY }}{{ page.path_no_ext }}.md" style="color:white">Page Source</a></span></h2> </div> <footer class="navbar-expand-lg navbar-light bg-light">