heise.rocks/kirby-panel-year

在您的面板字段中使用当前年份

安装: 120

依赖: 0

建议: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:kirby-plugin

1.0.0 2024-03-27 13:46 UTC

This package is auto-updated.

Last update: 2024-09-27 14:49:36 UTC


README

设置

使用 {{ site.getYear }} 在您的面板字段中显示当前年份。

示例

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