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:
@@ -75,5 +75,5 @@ extra_css: "jumbotron.css"
|
||||
</main>
|
||||
|
||||
<footer class="container">
|
||||
<p>© Company 2017-2019</p>
|
||||
<p>© Company 2017-{{ site.time | date: "%Y" }}</p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user