Optimize and unify PHP, part 2
See #11
- Move common elements of
single.php
andpage.php
into a shared filecomponents/article.php
- Make
index.php
usecomponents/article.php
as well
Edited by Jakob Moser
See #11
single.php
and page.php
into a shared file components/article.php
index.php
use components/article.php
as well