aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-17 01:04:08 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-17 01:04:08 +0100
commit10e862acbf852e1b0fc85e042631df3aa691e2fa (patch)
treefd4eccb183ea622f81f5279dda3b0c9d48289dd1 /site
parent6940a6511e2d7e542e93159e26dba7c147d23ddd (diff)
webdocs: fix copyright in footer; add thanks to Cordova team
Change-Id: Ia5aae146927c8e331e8dca965d682109b625e009 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site')
-rw-r--r--site/_includes/footer_contents.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/site/_includes/footer_contents.html b/site/_includes/footer_contents.html
index 01b5f46..83f7165 100644
--- a/site/_includes/footer_contents.html
+++ b/site/_includes/footer_contents.html
@@ -59,12 +59,18 @@
</div>
<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>
+ <p class="copyright_text">
+ Copyright &copy; {{ site.copyright_date }} 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 logos are <a target="_blank" href="http://www.linuxfoundation.org">trademarks</a> of The Linux Foundation.
+ <br/>
+ Initial site design from <a href="https://cordova.apache.org/">Cordova website.</a> - warm thanks !
+ </p>
</div>
<div class="col-sm-3">
<small class="stats">{% render_time Page rendered at: %}</small>
{% if page.origin_url != nil %}
- <small class="stats"><a href="{{ page.origin_url }}">Link to source document</small>
+ <br/><small class="stats"><a href="{{ page.origin_url }}">Link to source document</small>
{% endif %}
</div>
</div>