diff --git a/system/includes/functions.php b/system/includes/functions.php index 9378af5..54c3c39 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -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 +} 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; 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 ?>

-
- Posted in tag ?> by - Permalink
+
- Posted in tag ?> by - Permalink
body; ?> @@ -35,4 +35,4 @@ title, $p->url) ?> -
\ No newline at end of file +