Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.2/examples/floating-labels/index.html')
-rw-r--r--site/docs/4.2/examples/floating-labels/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/examples/floating-labels/index.html b/site/docs/4.2/examples/floating-labels/index.html
index 1f5f654949..d837ccaf1c 100644
--- a/site/docs/4.2/examples/floating-labels/index.html
+++ b/site/docs/4.2/examples/floating-labels/index.html
@@ -28,5 +28,5 @@ include_js: false
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
- <p class="mt-5 mb-3 text-muted text-center">&copy; 2017-2019</p>
+ <p class="mt-5 mb-3 text-muted text-center">&copy; 2017-{{ site.time | date: "%Y" }}</p>
</form>