- user();
+ user();
- // Default author is the username.
- $author = $User->username();
-
- // If the user complete the first name or last name this will be the author.
if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) {
+ // Author = First name and Last name
$author = $User->firstName().' '.$User->lastName();
}
+ else {
+ // Author = username
+ $author = $User->username();
+ }
?>
date() ?>
@@ -61,7 +66,7 @@
-
+
@@ -79,4 +84,4 @@
echo '
Next Page ';
}
?>
-
+
\ No newline at end of file
diff --git a/bl-themes/log/assets/css/bludit.css b/bl-themes/log/assets/css/bludit.css
index aba3aa9f..e1515592 100644
--- a/bl-themes/log/assets/css/bludit.css
+++ b/bl-themes/log/assets/css/bludit.css
@@ -11,22 +11,39 @@ a:hover {
border-bottom: 1px dotted rgba(160, 160, 160, 0.65)
}
+h1, h2, h3, h4, h5, h6 {
+ text-transform: none;
+ letter-spacing: 0;
+}
+
+#header {
+ background-color: #f7f7f7;
+ border-bottom: 0;
+}
+
#header h1 {
font-size: 1.4em;
font-weight: lighter;
}
+#header .links {
+ border-left: 0;
+}
+
+#header .main ul li {
+ border-left: 0;
+}
+
+#header .main ul li > a {
+ color: #2672ec;
+}
+
header p {
text-transform: none;
letter-spacing: 0;
font-size: 0.9em;
}
-h1, h2, h3, h4, h5, h6 {
- text-transform: none;
- letter-spacing: 0;
-}
-
#intro header h2 {
font-weight: lighter;
margin-bottom: 0;
@@ -45,8 +62,13 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 1.3em;
}
+.post > header .meta {
+ padding: 0.5em 3em 0.3em;
+ border-left: 0;
+}
+
.post > header .title {
- padding: 1.75em 3em 1.3em;
+ padding: 0.5em 3em 0.3em;
}
.post > header .title h1 {
@@ -55,11 +77,32 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 5px;
}
+.post > footer .stats {
+ margin: 0;
+}
+
+.post > footer .actions {
+ margin: 0;
+}
+
+.author .name {
+ letter-spacing: 0.05em;
+}
+
#sidebar {
margin-top: 2.2em;
min-width: 0;
}
+.plugin {
+ font-size: 0.9em !important;
+}
+
+.plugin > h2 {
+ font-weight: normal !important;
+ text-transform: uppercase;
+}
+
.plugin ul {
list-style: none !important;
padding: 0 !important;
@@ -73,11 +116,7 @@ h1, h2, h3, h4, h5, h6 {
margin-left: 10px;
}
-/* Just for Plugin tags */
+/* Only for Plugin tags */
.plugin-tags li {
text-transform: capitalize;
}
-
-img {
- width: 100%;
-}
\ No newline at end of file
diff --git a/bl-themes/log/languages/de_CH.json b/bl-themes/log/languages/de_CH.json
deleted file mode 100644
index d239fd87..00000000
--- a/bl-themes/log/languages/de_CH.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "theme-data":
- {
- "name": "Future Imperfect",
- "description": "Übersichtliches responsives Theme von @n33co, von Diego Najar für Bludit angepasst."
- }
-}
diff --git a/bl-themes/log/languages/de_DE.json b/bl-themes/log/languages/de_DE.json
deleted file mode 100644
index d239fd87..00000000
--- a/bl-themes/log/languages/de_DE.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "theme-data":
- {
- "name": "Future Imperfect",
- "description": "Übersichtliches responsives Theme von @n33co, von Diego Najar für Bludit angepasst."
- }
-}
diff --git a/bl-themes/log/languages/en_US.json b/bl-themes/log/languages/en_US.json
index f7a6c9e5..d76a4f5d 100644
--- a/bl-themes/log/languages/en_US.json
+++ b/bl-themes/log/languages/en_US.json
@@ -2,6 +2,6 @@
"theme-data":
{
"name": "Log",
- "description": "Clean and very responsive theme by @n33co adapted by Diego Najar for Bludit."
+ "description": "Minimalist and very responsive theme, developed by @n33co, adapted and modified for Bludit."
}
}
\ No newline at end of file
diff --git a/bl-themes/log/languages/es_AR.json b/bl-themes/log/languages/es_AR.json
index 9aa94671..3ea08c41 100644
--- a/bl-themes/log/languages/es_AR.json
+++ b/bl-themes/log/languages/es_AR.json
@@ -1,12 +1,7 @@
{
"theme-data":
{
- "name": "Future Imperfect",
- "description": "Tema limpio y adaptable para todo tipo de dispositivos creado por @n33co portado por Diego Najar para Bludit.",
- "author": "n33co",
- "email": "",
- "website": "http://html5up.net",
- "version": "1.0",
- "releaseDate": "2015-11-01"
+ "name": "Log",
+ "description": "Minimalista y a su vez altamente adaptable para todo tipo de pantallas, desarrollado por @n33co, adaptado y modificado para Bludit."
}
}
\ No newline at end of file
diff --git a/bl-themes/log/languages/uk_UA.json b/bl-themes/log/languages/uk_UA.json
deleted file mode 100644
index a6de429c..00000000
--- a/bl-themes/log/languages/uk_UA.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "theme-data":
- {
- "name": "Future Imperfect",
- "description": "Чиста та дуже адаптивна тема від @n33co адаптована Diego Najar для Bludit."
- }
-}
\ No newline at end of file
diff --git a/bl-themes/log/metadata.json b/bl-themes/log/metadata.json
index 23c23b98..3bb45609 100644
--- a/bl-themes/log/metadata.json
+++ b/bl-themes/log/metadata.json
@@ -2,9 +2,9 @@
"author": "n33co",
"email": "",
"website": "http://html5up.net",
- "version": "1.1",
- "releaseDate": "2015-11.11",
+ "version": "1.3",
+ "releaseDate": "2016-05-20",
"license": "CCA 3.0",
- "requires": "Bludit v1.1",
+ "compatible": "1.0,1.1,1.1.2,1.3",
"notes": ""
-}
+}
\ No newline at end of file
diff --git a/bl-themes/log/php/head.php b/bl-themes/log/php/head.php
index 2db250b7..95d2f9de 100644
--- a/bl-themes/log/php/head.php
+++ b/bl-themes/log/php/head.php
@@ -19,7 +19,7 @@
// Add local Fonts Awesome
Theme::fontAwesome();
-// Plugins for head
+// Load plugins, hook: Site head
Theme::plugins('siteHead');
?>
\ No newline at end of file
diff --git a/bl-themes/log/php/home.php b/bl-themes/log/php/home.php
index 17858d09..f117f87d 100644
--- a/bl-themes/log/php/home.php
+++ b/bl-themes/log/php/home.php
@@ -1,8 +1,9 @@
+
-
+
@@ -11,6 +12,22 @@
description() ?>
+