first commit
This commit is contained in:
5
templates/site/title.php
Normal file
5
templates/site/title.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<? if ( $this -> show_title ):?>
|
||||
<h1 class="site-title">
|
||||
<?= $this -> page_title ? $this -> page_title : $this -> title;?>
|
||||
</h1>
|
||||
<? endif;?>
|
||||
Reference in New Issue
Block a user