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:
authorThomas Heller <thomas.m.heller@gmail.com>2017-04-25 23:51:06 +0300
committerGitHub <noreply@github.com>2017-04-25 23:51:06 +0300
commit9764ec923528f40e8bd3fbddb166fb16be8ed236 (patch)
tree0b50f977dccb660f1a18a34354848a759f3c1d16
parentcc540c726b4f5991ce1350f833587682aed730ae (diff)
parent08fa07af712e0b34ea102bf1293184af1cd993e2 (diff)
Merge pull request #4 from rmoriz/rmoriz/fix-now
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>
-