This website requires JavaScript.
Explore
Help
Sign In
root
/
bootstrap
mirror of
https://github.com/twbs/bootstrap.git
Watch
1
Star
0
Fork
You've already forked bootstrap
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
v4-dev
bootstrap
/
site
/
layouts
/
shortcodes
/
year.html
4 lines
66 B
HTML
Raw
Permalink
Normal View
History
Unescape
Escape
docs: backport layouts updates from the main branch
2021-09-08 14:16:38 +08:00
{{- /* Outputs the current year */ -}}
Switch to Hugo This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
2020-11-04 22:39:29 +08:00
{{- now.Format "2006" -}}