Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thomasheller/crab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Moriz <roland@moriz.de>2017-04-25 14:38:38 +0300
committerRoland Moriz <roland@moriz.de>2017-04-25 14:38:38 +0300
commit08fa07af712e0b34ea102bf1293184af1cd993e2 (patch)
tree0b50f977dccb660f1a18a34354848a759f3c1d16
parentcc540c726b4f5991ce1350f833587682aed730ae (diff)
Page's Now is deprecated and will be removed in a future release
-rw-r--r--layouts/partials/footer.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index ed5f5b8..e6f943e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,11 +3,10 @@
</div>
<div id="footer">
- Copyright {{ .Now.Year }} {{ .Site.Title }}
+ Copyright {{ now.Year }} {{ .Site.Title }}
</div>
</div>
</body>
</html>
-