This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c2cc4b  Add view page source to template
7c2cc4b is described below

commit 7c2cc4b9857f4ccbbff2d97d7366faeaf46bbf2d
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Thu Apr 8 14:41:05 2021 -0700

    Add view page source to template
---
 theme/apache/templates/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 1903d2d..005bec0 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -34,6 +34,7 @@
     <div class="container">
       {% block content %}
       {% endblock %}
+        <p><a href="{{ SITEREPOSITORY }}{{ page.slug }}.md">View Page 
Source</a></p>
     </div>
     {% include "footer.html" %}
 

Reply via email to