mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
5 lines
No EOL
224 B
PHP
5 lines
No EOL
224 B
PHP
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
|
<h1><?php echo i18n('No_posts_found');?>!</h1>
|
|
<div class="content-body">
|
|
<p>Create a blog post or set the frontpage display to static page to remove this message.</p>
|
|
</div>
|