From 3b6111787dc4cb11ffa94bcc4801bb841e7a5071 Mon Sep 17 00:00:00 2001 From: jedrzejchalubek Date: Tue, 11 Apr 2017 15:49:09 +0200 Subject: [PATCH] Changes in index and post thumbnails --- resources/templates/index.tpl.php | 16 ---------------- .../partials/post/thumbnail-none.tpl.php | 16 +++++++++++++--- .../templates/partials/post/thumbnail.tpl.php | 10 +++++++++- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/resources/templates/index.tpl.php b/resources/templates/index.tpl.php index 1102e1e..80b95aa 100644 --- a/resources/templates/index.tpl.php +++ b/resources/templates/index.tpl.php @@ -1,20 +1,4 @@ - -
diff --git a/resources/templates/partials/post/thumbnail-none.tpl.php b/resources/templates/partials/post/thumbnail-none.tpl.php index 8690e56..781e616 100644 --- a/resources/templates/partials/post/thumbnail-none.tpl.php +++ b/resources/templates/partials/post/thumbnail-none.tpl.php @@ -1,3 +1,13 @@ -
- None -
\ No newline at end of file + + +
+
+

+
+ +
+
\ No newline at end of file diff --git a/resources/templates/partials/post/thumbnail.tpl.php b/resources/templates/partials/post/thumbnail.tpl.php index 06a42b6..092afbf 100644 --- a/resources/templates/partials/post/thumbnail.tpl.php +++ b/resources/templates/partials/post/thumbnail.tpl.php @@ -1,3 +1,11 @@
- +
+

+
+ +
+ +
\ No newline at end of file