diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-28 22:43:08 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-28 22:43:08 +0530 |
commit | b1e21ccffe470120f4fa776a5c337657dad9a206 (patch) | |
tree | dc7111d46926065280ab4d9828dc6616efcf8878 /layout | |
parent | d35427d29ff246087a6ad385c84a51693a9a7848 (diff) |
Use placeholder for current year in copyright
Diffstat (limited to 'layout')
-rw-r--r-- | layout/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/page.html b/layout/page.html index 16482e1..1912997 100644 --- a/layout/page.html +++ b/layout/page.html @@ -29,7 +29,7 @@ <footer> <section> -<p>© 2018 Lorem Ipsum</p> +<p>© {{ current_year }} Lorem Ipsum</p> <p> <a href="https://twitter.com/sunainapai">Twitter</a> <a href="https://github.com/sunainapai">GitHub</a> |