delete the about folder! Hooray!
parent
e122d845ec
commit
27a536f9bc
@ -1,7 +0,0 @@
|
||||
<?php include 'includes/seemore.php'; echo '<a href="about.php"><h1>About</h1></a>'; # Article Title ?>
|
||||
<?php
|
||||
include_once "includes/mdutils.php";
|
||||
// ../includes/mdutils.php
|
||||
loadmdfile("About/about.md");
|
||||
?>
|
||||
<p class="datetext">2021.10.13</p>
|
@ -1,7 +0,0 @@
|
||||
<?php include $root.'includes/seemore.php'; echo '<a href="'.$seemorepath.'"><h1>Example</h1></a>'; # Article Title ?>
|
||||
|
||||
<h2>Dummy text</h2>
|
||||
|
||||
<p>More dummy text</p>
|
||||
|
||||
<p class="datetext">2021.01.01</p>
|
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
$root="../";
|
||||
$title="News";
|
||||
$tags="blog, site news";
|
||||
$message=$title;
|
||||
$submessage="";
|
||||
|
||||
require "includes/formatindex.php";
|
||||
// ../includes/formatindex.php
|
||||
?>
|
Loading…
Reference in New Issue