article: add an icon in article title
This commit is contained in:
parent
16c3a52f5c
commit
04737a05f5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
|
||||
|
||||
<article class="article-content" id="post-<?php the_ID(); ?>">
|
||||
<h1 class="page-title"><?php the_title(); ?></h1>
|
||||
<h1 class="page-title"><i class="fa fa-fw fa-file-text"></i> <?php the_title(); ?></h1>
|
||||
|
||||
<div class="article-body">
|
||||
<?php the_content(); ?>
|
||||
|
|
Reference in a new issue