mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
9 lines
No EOL
401 B
PHP
9 lines
No EOL
401 B
PHP
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
|
<article class="page type-page hentry">
|
|
<header class="entry-header">
|
|
<h1 class="entry-title"><?php echo i18n('No_posts_found');?>!</h1>
|
|
</header><!-- .entry-header -->
|
|
<div class="entry-content">
|
|
<p>Create a blog post or set the frontpage display to static page to remove this message.</p>
|
|
</div>
|
|
</article><!-- #post-## -->
|