/Kirby-Panel-Year

Use the current year in your kirby panel fields

Primary LanguagePHP

Kirby panel year

Setup

Use {{ site.getYear }} to display the current year in your panel fields.

Example:

fields:
  copyright:
    label:
      en: Copyright
      de: Copyright
    before: "© {{ site.getYear }}"
    type: text