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:
@@ -74,7 +74,7 @@ include_js: false
|
||||
<div class="row">
|
||||
<div class="col-12 col-md">
|
||||
<img class="mb-2" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
|
||||
<small class="d-block mb-3 text-muted">© 2017-2019</small>
|
||||
<small class="d-block mb-3 text-muted">© 2017-{{ site.time | date: "%Y" }}</small>
|
||||
</div>
|
||||
<div class="col-6 col-md">
|
||||
<h5>Features</h5>
|
||||
|
||||
Reference in New Issue
Block a user