mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Examples: use {{ site.time | date: "%Y" }}.
Since they are being build, no point in hardcoding the year.
This commit is contained in:
@@ -213,7 +213,7 @@ body_class: "bg-light"
|
||||
</div>
|
||||
|
||||
<footer class="my-5 pt-5 text-muted text-center text-small">
|
||||
<p class="mb-1">© 2017-2019 Company Name</p>
|
||||
<p class="mb-1">© 2017-{{ site.time | date: "%Y" }} Company Name</p>
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
||||
<li class="list-inline-item"><a href="#">Terms</a></li>
|
||||
|
||||
Reference in New Issue
Block a user