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:
authorXhmikosR <xhmikosr@gmail.com>2021-01-16 22:51:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-31 17:24:38 +0300
commit5cc633dfabf3687bbbae9344725435031b022e81 (patch)
tree0214e560c65be3ffe261fb40baea3f25128126cd /site/layouts/shortcodes/year.html
parent9050b2698a9df1be49e3fe8c4e2f33c0a227cbf9 (diff)
Minor shortcode tweaks and consistency changes
Diffstat (limited to 'site/layouts/shortcodes/year.html')
-rw-r--r--site/layouts/shortcodes/year.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/layouts/shortcodes/year.html b/site/layouts/shortcodes/year.html
index bc9dd300d1..db7f18e3fc 100644
--- a/site/layouts/shortcodes/year.html
+++ b/site/layouts/shortcodes/year.html
@@ -1,5 +1,3 @@
-{{- /*
- Output the current year
-*/ -}}
+{{- /* Outputs the current year */ -}}
{{- now.Format "2006" -}}