fix(page2): template and index

dufraissejeremy 2 years ago
parent 7119555ebf
commit 74ba36977c
  1. 1
      content/page2.md
  2. 8
      content/page2/index.php

@ -1,7 +1,6 @@
---
Title: Page 2
Description: Page 22 de SeaCMS.
template: page2
---

@ -0,0 +1,8 @@
<?php
/**
* SPDX-License-Identifier: EUPL-1.2
* Authors: see /README.md
*/
chdir(dirname(__DIR__,2));
include 'index.php';
Loading…
Cancel
Save