heise.rocks/kirby-panel-year

Use the current year in your panel fields

Installs: 295

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:kirby-plugin

1.0.0 2024-03-27 13:46 UTC

This package is auto-updated.

Last update: 2025-05-27 16:20:54 UTC


README

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