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:
@@ -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">© 2017-2019</p>
|
||||
<p class="mt-5 mb-3 text-muted text-center">© 2017-{{ site.time | date: "%Y" }}</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user