├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── composer.json └── index.php /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ['https://a.paddle.com/v2/click/1129/52467?link=1170'] 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afbora/kirby-template-hooks/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afbora/kirby-template-hooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afbora/kirby-template-hooks/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afbora/kirby-template-hooks/HEAD/composer.json -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afbora/kirby-template-hooks/HEAD/index.php --------------------------------------------------------------------------------