Repository: sling-site
Updated Branches:
  refs/heads/master ae0ddb80c -> d1a5b08e7


Remove lastmod, causes too much diffs when activating live site. We might 
display the Git revision instead, or a link to the Git repo


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/d1a5b08e
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/d1a5b08e
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/d1a5b08e

Branch: refs/heads/master
Commit: d1a5b08e7b092c4d12fe94b53e4a48bcc0574b22
Parents: ae0ddb8
Author: Bertrand Delacretaz <[email protected]>
Authored: Wed Jun 28 16:42:21 2017 +0200
Committer: Bertrand Delacretaz <[email protected]>
Committed: Wed Jun 28 16:42:21 2017 +0200

----------------------------------------------------------------------
 src/main/jbake/assets/res/css/site.css | 4 ++++
 src/main/jbake/templates/footer.tpl    | 7 +------
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/d1a5b08e/src/main/jbake/assets/res/css/site.css
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/res/css/site.css 
b/src/main/jbake/assets/res/css/site.css
index 3a2b727..3960df4 100644
--- a/src/main/jbake/assets/res/css/site.css
+++ b/src/main/jbake/assets/res/css/site.css
@@ -276,3 +276,7 @@ pre {
     color:blue;
     text-align:center;
 }
+
+.footer {
+    padding-top: 1em; 
+}

http://git-wip-us.apache.org/repos/asf/sling-site/blob/d1a5b08e/src/main/jbake/templates/footer.tpl
----------------------------------------------------------------------
diff --git a/src/main/jbake/templates/footer.tpl 
b/src/main/jbake/templates/footer.tpl
index 8ad6844..51425a4 100644
--- a/src/main/jbake/templates/footer.tpl
+++ b/src/main/jbake/templates/footer.tpl
@@ -1,12 +1,7 @@
 div(class:"footer") {
-       div(class:"timestamp") {
-               if(content && content.date) {
-                       yield lastmod("${content.date.format('yyyy-MM-dd 
HH:mm:ss')}")
-               }
-       }
        div(class:"trademarkFooter") {
                yield "Apache Sling, Sling, Apache, the Apache feather logo, 
and the Apache Sling project "
                yield "logo are trademarks of The Apache Software Foundation. 
All other marks mentioned "
                yield "may be trademarks or registered trademarks of their 
respective owners."
        }
-}
\ No newline at end of file
+}

Reply via email to