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/pricing | |
| 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/pricing')
| -rw-r--r-- | site/docs/4.2/examples/pricing/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/examples/pricing/index.html b/site/docs/4.2/examples/pricing/index.html index b9fb44988..395242d6b 100644 --- a/site/docs/4.2/examples/pricing/index.html +++ b/site/docs/4.2/examples/pricing/index.html @@ -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> |
