aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
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>