Add tagline

Add tagline and change some of the style.
This commit is contained in:
Danang Probo Sayekti 2014-01-13 14:25:51 +07:00
commit bd20002549
8 changed files with 15 additions and 20 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title><?php echo isset($title) ? _h($title) : config('blog.title') ?></title>
<title><?php echo $title; ?></title>
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -23,7 +23,7 @@
</div>
<aside>
<h1 class="blog-title"><a href="<?php echo site_url() ?>"><?php echo config('blog.title') ?></a></h1>
<div class="description"><p><?php echo config('blog.description')?></p></div>
<div class="blog-tagline"><p><?php echo config('blog.tagline')?></p></div>
<div class="search">
<?php echo search() ?>
</div>