mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
feat(year.html): add new shortcode to display the current year
The `year.html` file is a new file that has been added. It contains a shortcode that displays the current year using the `now.Year` variable. This shortcode can be used in the layout templates to dynamically display the current year.
This commit is contained in:
1
layouts/shortcodes/year.html
Normal file
1
layouts/shortcodes/year.html
Normal file
@@ -0,0 +1 @@
|
||||
{{ now.Year }}
|
||||
Reference in New Issue
Block a user