parent
8c9dd30c52
commit
9c40556f6e
|
@ -11,9 +11,6 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||||
<h1 class="post--single__title"><?php $this->title() ?></h1>
|
<h1 class="post--single__title"><?php $this->title() ?></h1>
|
||||||
<h2 class="post--single__subtitle"><?php $this->content(); ?> </h2>
|
<h2 class="post--single__subtitle"><?php $this->content(); ?> </h2>
|
||||||
</header>
|
</header>
|
||||||
<div class="graph u-marginBottom30">
|
|
||||||
<?php $this->content(); ?>
|
|
||||||
</div>
|
|
||||||
<div class="template--linksWrap">
|
<div class="template--linksWrap">
|
||||||
<ul class="link-items">
|
<ul class="link-items">
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue