diff --git a/bl-themes/lingonberry/css/bludit.css b/bl-themes/lingonberry/css/bludit.css index c75f085d..604b38cd 100644 --- a/bl-themes/lingonberry/css/bludit.css +++ b/bl-themes/lingonberry/css/bludit.css @@ -8,8 +8,10 @@ font-size: 80%; } - - .comment-respond { display: block; +} + +.featured-media img { + min-width: 100%; } \ No newline at end of file diff --git a/bl-themes/lingonberry/index.php b/bl-themes/lingonberry/index.php index 74911768..d8263020 100644 --- a/bl-themes/lingonberry/index.php +++ b/bl-themes/lingonberry/index.php @@ -6,13 +6,20 @@ '; } else { - echo '
'; + if( $Page->status() == "fixed" ) + { + echo ''; + } + elseif( $Page->status() == "published" ) + { + echo ''; + } } ?> @@ -20,19 +27,21 @@ - - +- Lingonberry by Anders Noren — Ported by Hakim Zulkufli — Up ↑ + Lingonberry by Anders Noren — Proudly Powered by Bludit — Up ↑
@@ -88,9 +104,9 @@ - diff --git a/bl-themes/lingonberry/php/head.php b/bl-themes/lingonberry/php/head.php index 85cacc99..53903123 100644 --- a/bl-themes/lingonberry/php/head.php +++ b/bl-themes/lingonberry/php/head.php @@ -10,12 +10,13 @@ 'css/bludit.css' )); - // JQuery from Bludit - echo Theme::jquery(); - echo Theme::js('js/jquery-migrate-1.2.1.min.js'); + echo Theme::js(array( + 'js/jquery-1.12.0.min.js', + 'js/jquery-migrate-1.2.1.min.js' + )); - echo ''; + echo ''; - // Load plugins with the hook siteHead - Theme::plugins('siteHead'); + // Load plugins with the hook siteHead + Theme::plugins('siteHead'); ?> \ No newline at end of file diff --git a/bl-themes/lingonberry/php/home.php b/bl-themes/lingonberry/php/home.php index 34dd3089..4a3946ed 100644 --- a/bl-themes/lingonberry/php/home.php +++ b/bl-themes/lingonberry/php/home.php @@ -10,14 +10,14 @@ coverImage()) { echo ''.$Post->description().'
'; + echo ''; + echo ''.$Post->description().'
'; + echo ''; echo '
'.$Page->description().'
'; + echo ''; + echo 'title() ?>
+ +Tags: + tags(true); + + foreach($tags as $tagKey=>$tagName) { + echo ''.$tagName.''; + } + ?> +
+