1.0
This commit is contained in:
24
page.php
Normal file
24
page.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<?php $this->need('header.php'); ?>
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.post{padding:40px 40px 20px 40px!important;}
|
||||
</style>
|
||||
<main class="container">
|
||||
<div class="container-thin">
|
||||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<!--<?php postMeta($this, 'page'); ?>-->
|
||||
|
||||
<div class="entry-content fmt" itemprop="articleBody">
|
||||
<?php $this->content(); ?>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<!--<?php $this->need('comments.php'); ?>-->
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php $this->need('footer.php'); ?>
|
||||
Reference in New Issue
Block a user