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:
Sped0n
2023-10-30 15:58:53 +08:00
parent e20fb7c105
commit 33c9f863c8

View File

@@ -0,0 +1 @@
{{ now.Year }}