From fa9a91bfa9a52d8970c2fc60f9be32e23d1077c1 Mon Sep 17 00:00:00 2001 From: Mohamad Fahmi Date: Tue, 7 Jan 2014 17:12:34 +0700 Subject: [PATCH 1/3] Remove rel=author --- system/includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 321b226..54c3c39 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -750,7 +750,7 @@ function social(){ } if (!empty($google)) { - echo ''; + echo 'Google+'; } if (!empty($tumblr)) { @@ -883,4 +883,4 @@ function generate_rss($posts){ // Turn an array of posts into a JSON function generate_json($posts){ return json_encode($posts); -} \ No newline at end of file +} From 44a93cbdcd929e268f34bd56f033788b6766763f Mon Sep 17 00:00:00 2001 From: Mohamad Fahmi Date: Tue, 7 Jan 2014 17:13:44 +0700 Subject: [PATCH 2/3] Added rel=Author --- themes/default/post.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/post.html.php b/themes/default/post.html.php index c3e2c1a..c909bfa 100644 --- a/themes/default/post.html.php +++ b/themes/default/post.html.php @@ -6,7 +6,7 @@

title ?>

- +
body; ?> @@ -35,4 +35,4 @@ title, $p->url) ?> -
\ No newline at end of file + From df19b78b7e076417dcb2dc452e747013631f5852 Mon Sep 17 00:00:00 2001 From: Mohamad Fahmi Date: Tue, 7 Jan 2014 17:19:14 +0700 Subject: [PATCH 3/3] Update style.css --- themes/default/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/css/style.css b/themes/default/css/style.css index a602169..91fc713 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -344,6 +344,10 @@ aside .menu ul li a:hover{ color:#fff; } +aside .taglist{ + text-transform: capitalize; +} + aside .copyright { padding:1.2em 0 65px 0; color: #888;