RC Version

Realease Candidate Version.
This commit is contained in:
Danang Probo Sayekti 2014-01-26 01:23:32 +07:00
commit 7a82a8aec6
8 changed files with 12 additions and 4 deletions

View file

@ -1 +1,2 @@
2014-01-26: RC version.
2014-01-01: Initial release.

View file

@ -20,6 +20,7 @@ User-agent: *
Crawl-delay: 10
# Directories
Disallow: /admin/
Disallow: /config/
Disallow: /content/
Disallow: /system/
Disallow: /themes/

View file

@ -649,6 +649,7 @@ aside .copyright p{
font-size: 12px;
font-style:italic;
width:120px;
float:right;
}
.share a {

View file

@ -4,9 +4,11 @@
<title><?php echo $title; ?></title>
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
<meta charset="utf-8" />
<meta content='htmly' name='generator'/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no" />
<meta name="description" content="<?php echo $description; ?>" />
<link rel="sitemap" href="<?php echo site_url() ?>sitemap.xml" />
<link rel="canonical" href="<?php echo $canonical; ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" />
<link href="<?php echo site_url() ?>themes/clean/css/style.css" rel="stylesheet" />

View file

@ -17,7 +17,6 @@
<div class="share-box">
<?php if (config('author.info') == 'true'):?>
<?php echo $authorinfo ?>
<style>.share {float:right;}</style>
<?php endif;?>
<div class="share">
<h4>Share this post</h4>

View file

@ -223,7 +223,7 @@ th, td {
th.title {
margin:5px 0;
font-family: 'Open Sans',sans-serif;
font-size:18px;
font-size:16px;
font-weight:normal;
}
@ -238,7 +238,7 @@ th {
border-bottom: 1px solid #E3E3E3;
border-right: 1px solid #E3E3E3;
font-family: 'Open Sans',sans-serif;
font-size:18px;
font-size:16px;
}
td {
@ -365,6 +365,7 @@ p, ul {
font-size: 14px;
color: #A7A7A7;
font-weight:normal;
margin:1em 0;
}
h1.blog-title {
@ -440,6 +441,7 @@ h1.title-post a:hover, h2.title-index a:hover {
.share {
width:140px;
margin-right: 1em;
float:right;
}
.share a {
@ -538,6 +540,7 @@ h1.title-post a:hover, h2.title-index a:hover {
.postnav .newer {
float:left;
margin-right:1em;
margin-bottom:0.1em;
padding: 10px 15px 10px 25px;
}

View file

@ -4,9 +4,11 @@
<title><?php echo $title; ?></title>
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
<meta charset="utf-8" />
<meta content='htmly' name='generator'/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no" />
<meta name="description" content="<?php echo $description; ?>" />
<link rel="sitemap" href="<?php echo site_url() ?>sitemap.xml" />
<link rel="canonical" href="<?php echo $canonical; ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" />
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" />

View file

@ -17,7 +17,6 @@
<div class="share-box">
<?php if (config('author.info') == 'true'):?>
<?php echo $authorinfo ?>
<style>.share {float:right;}</style>
<?php endif;?>
<div class="share">
<h4>Share this post</h4>