diff options
| author | XhmikosR <[email protected]> | 2019-01-08 08:11:04 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-08 21:23:50 +0200 |
| commit | 0e5d387f04abde1a5ebbfea970d19663464900c0 (patch) | |
| tree | d5e153fed5e418029173aee14b2c9169bf97f5c2 /site/docs/4.2/examples/carousel | |
| parent | f11f56558bf4ee5e7879125dc506a2567ee3524f (diff) | |
| download | bootstrap-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.html | 2 |
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>© 2017-2019 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> + <p>© 2017-{{ site.time | date: "%Y" }} Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> </footer> </main> |
