Skip to content

Commit bbfe8ab

Browse files
committed
fix getting a year
1 parent af3f465 commit bbfe8ab

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/legal/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Its headquarters are located at 82 Avenue du Maine, 75014 Paris, France.
1414
- Hosting: GitHub - 88 Colin P Kelly Jr St, San Francisco, CA 94107 - United States
1515
- Number : +1 (877) 958-8742
1616

17-
© 2007-{{ .Now.Year }} PrestaShop SA. PrestaShop is a registered trademark by PrestaShop SA.
17+
&copy; 2007-{{< year >}} PrestaShop SA. PrestaShop is a registered trademark by PrestaShop SA.
1818

1919
### Preamble
2020

layouts/shortcodes/year.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ now.Year }}

0 commit comments

Comments
 (0)