aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar steren <steren@google.com>2017-05-23 17:00:33 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-05-23 17:40:32 +0200
commit07c5db237212d1e12556f3799e26e23ecda7bd5b (patch)
tree2ae234a7c24b3fdb8770cdc274da8f7801e20e51 /site/_includes
parentee5fc01ac896defead40a9efff262d0df89ab193 (diff)
Make sure Copyright year is always up to date.
In a document comment, xam@ said it was OK to have the copyright year showing the current date. Instead of using a fixed date, I used the technique described at http://www.adamwadeharris.com/get-current-year-in-jekyll/ I tested the change locally. RELNOTES: None PiperOrigin-RevId: 156861876
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index dee27550c5..e3c36cf821 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
- <p class="text-muted">&copy; 2015 Google</p>
+ <p class="text-muted">&copy; {{ 'now' | date: "%Y" }} Google</p>
</div>
</div>
</div>