aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes/footer_contents.html
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 16:31:04 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 16:31:04 +0100
commit5848a1052714da051ff8361dd880004e8cdc75ce (patch)
treed5aab63fadb4dfff0d01c39fc9c4738fda4c6314 /site/_includes/footer_contents.html
parent80d9194c56e4cecc3a00acd71033ca7ff35064cf (diff)
webdocs: add rendering date in footer
Change-Id: Id73d13cefdcea8687cdc94754354522e34ba266d Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_includes/footer_contents.html')
-rw-r--r--site/_includes/footer_contents.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/site/_includes/footer_contents.html b/site/_includes/footer_contents.html
index 6b913e6..fe3b9da 100644
--- a/site/_includes/footer_contents.html
+++ b/site/_includes/footer_contents.html
@@ -57,7 +57,11 @@
<p style="padding-top:20px"> <a href="https://twitter.com/{{ site.twitter.hashtag }}" class="twitter-follow-button" data-show-count="false">Follow @{{ site.twitter.hashtag }}</a></p>
</div>
</div>
-<p class="copyright_text">
- Copyright &copy; 2016 Automotive Grade Linux Documentation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
- Automotive Grade Linux and feather logos are <a target="_blank" href="http://www.linuxfoundation.org">trademarks</a> of The Linux Foundation.
-</p>
+<div class="row">
+ <div class="col-sm-9">
+ <p class="copyright_text">Copyright &copy; 2016 Automotive Grade Linux Documentation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> Automotive Grade Linux and feather logos are <a target="_blank" href="http://www.linuxfoundation.org">trademarks</a> of The Linux Foundation.</p>
+ </div>
+ <div class="col-sm-3">
+ <small class="stats">{% render_time Page rendered at: %}</small>
+ </div>
+</div>