diff --git a/system/config.ini b/system/config.ini index fe1fc0c..cbc2639 100644 --- a/system/config.ini +++ b/system/config.ini @@ -33,6 +33,9 @@ profile.perpage = "30" rss.count = "30" json.count = "10" +; Author info on blog post. Set "true" or "false". +author.info = "true" + ; Teaser char count teaser.char = "200" diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 66ddc42..d0d329d 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -171,10 +171,6 @@ h6{ text-decoration:none; } -.body { - min-height: 90px; -} - .infront .post, .intag .post, .inarchive .post, .insearch .post, .inprofile .post{ border-bottom: 1px solid #dfdfdf; padding: 30px 0 10px 0; diff --git a/themes/default/main.html.php b/themes/default/main.html.php index de06ba2..eb23fb6 100644 --- a/themes/default/main.html.php +++ b/themes/default/main.html.php @@ -17,7 +17,7 @@

title ?>

- Posted in tag ?> by - Comments
-
+
body)?> diff --git a/themes/default/post.html.php b/themes/default/post.html.php index cb5bb2e..9ab4fe2 100644 --- a/themes/default/post.html.php +++ b/themes/default/post.html.php @@ -8,13 +8,15 @@ -
+
body; ?>
- - - + + + + +