diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/shortcodes/year.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/shortcodes/year.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/shortcodes/year.html b/vendor/twbs/bootstrap/site/layouts/shortcodes/year.html new file mode 100644 index 000000000..bc9dd300d --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/shortcodes/year.html @@ -0,0 +1,5 @@ +{{- /* + Output the current year +*/ -}} + +{{- now.Format "2006" -}} |