You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/12/20 12:57:44 UTC

[royale-docs] branch master updated: try to add timestamping to all pages

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

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c06aaf  try to add timestamping to all pages
7c06aaf is described below

commit 7c06aafce9faab148df698f67eea6cf931ee85f8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Dec 20 13:57:33 2019 +0100

    try to add timestamping to all pages
---
 _layouts/docpage.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 3734761..3a459da 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -47,6 +47,7 @@ limitations under the License.
     <div class="page-content">
       <article>
         {{content}}
+        <span>This page was modified last time: {{ page.last-modified-date }}</span>
         <div class="bottom-links">
           <a href="https://github.com/apache/royale-docs/edit/master/{{ page.path }}" target="_blank">Edit this page</a>
         </div>