2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Examples: use {{ site.time | date: "%Y" }}.

Since they are being build, no point in hardcoding the year.
This commit is contained in:
XhmikosR
2019-01-08 08:11:04 +02:00
parent f11f56558b
commit 0e5d387f04
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -75,5 +75,5 @@ extra_css: "jumbotron.css"
</main>
<footer class="container">
<p>&copy; Company 2017-2019</p>
<p>&copy; Company 2017-{{ site.time | date: "%Y" }}</p>
</footer>