Explorar el Código

去除不好看重复的标题

wqg hace 3 semanas
padre
commit
2dd386d223
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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>