Browse Source

RC Version

Realease Candidate Version.
pull/31/merge
Danang Probo Sayekti 12 years ago
parent
commit
7a82a8aec6
8 changed files with 12 additions and 4 deletions
  1. +1
    -0
      changelog.txt
  2. +1
    -0
      robots.txt
  3. +1
    -0
      themes/clean/css/style.css
  4. +2
    -0
      themes/clean/layout.html.php
  5. +0
    -1
      themes/clean/post.html.php
  6. +5
    -2
      themes/default/css/style.css
  7. +2
    -0
      themes/default/layout.html.php
  8. +0
    -1
      themes/default/post.html.php

+ 1
- 0
changelog.txt View File

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

+ 1
- 0
robots.txt View File

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


+ 1
- 0
themes/clean/css/style.css View File

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


+ 2
- 0
themes/clean/layout.html.php 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" />


+ 0
- 1
themes/clean/post.html.php 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>


+ 5
- 2
themes/default/css/style.css 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;
}


+ 2
- 0
themes/default/layout.html.php 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" />


+ 0
- 1
themes/default/post.html.php 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>


Loading…
Cancel
Save