publishing Paxover to Codeberg

This commit is contained in:
2023-01-12 20:00:00 +01:00
commit 690707f090
45 changed files with 1796 additions and 0 deletions

8
paxover.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class Paxover extends Theme
{
}