Pārlūkot izejas kodu

去除不好看重复的标题

wqg 3 nedēļas atpakaļ
vecāks
revīzija
2dd386d223
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      usr/themes/default/page.php

+ 4 - 4
usr/themes/default/page.php

@@ -3,10 +3,10 @@
 
 <div class="col-mb-12 col-8" id="main" role="main">
     <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
-        <h1 class="post-title" itemprop="name headline">
-            <a itemprop="url"
-               href="<?php $this->permalink() ?>"><?php $this->title() ?></a>
-        </h1>
+        <!--<h1 class="post-title" itemprop="name headline">-->
+        <!--    <a itemprop="url"-->
+        <!--       href="<?php $this->permalink() ?>"><?php $this->title() ?></a>-->
+        <!--</h1>-->
         <div class="post-content" itemprop="articleBody">
             <?php $this->content(); ?>
         </div>