htmly/themes/doks/no-posts.html.php
danpros 8d142b7f37 Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
2024-01-26 08:06:12 +07:00

9 lines
No EOL
284 B
PHP

<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<article>
<div class="blog-header">
<h1>No posts found!</h1>
</div>
<div class="content-body">
<p>Create a blog post or set the frontpage display to static page to remove this message.</p>
</div>
</article>