aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/examples/carousel
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-01-08 08:11:04 +0200
committerXhmikosR <[email protected]>2019-01-08 21:23:50 +0200
commit0e5d387f04abde1a5ebbfea970d19663464900c0 (patch)
treed5e153fed5e418029173aee14b2c9169bf97f5c2 /site/docs/4.2/examples/carousel
parentf11f56558bf4ee5e7879125dc506a2567ee3524f (diff)
downloadbootstrap-0e5d387f04abde1a5ebbfea970d19663464900c0.tar.xz
bootstrap-0e5d387f04abde1a5ebbfea970d19663464900c0.zip
Examples: use `{{ site.time | date: "%Y" }}`.
Since they are being build, no point in hardcoding the year.
Diffstat (limited to 'site/docs/4.2/examples/carousel')
-rw-r--r--site/docs/4.2/examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/examples/carousel/index.html b/site/docs/4.2/examples/carousel/index.html
index 1a8fd67e3..7c5fb6677 100644
--- a/site/docs/4.2/examples/carousel/index.html
+++ b/site/docs/4.2/examples/carousel/index.html
@@ -158,6 +158,6 @@ extra_css: "carousel.css"
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
- <p>&copy; 2017-2019 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+ <p>&copy; 2017-{{ site.time | date: "%Y" }} Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
</footer>
</main>