article: add an icon in article title

This commit is contained in:
Kazhnuz 2018-10-24 18:06:20 +02:00
parent 16c3a52f5c
commit 04737a05f5
1 changed files with 1 additions and 1 deletions

View File

@ -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(); ?>