diff --git a/src/main/resources/templates/themes/material/_partial/Paradox-post-thumbnail.ftl b/src/main/resources/templates/themes/material/_partial/Paradox-post-thumbnail.ftl index e69de29bb..acb33aeeb 100644 --- a/src/main/resources/templates/themes/material/_partial/Paradox-post-thumbnail.ftl +++ b/src/main/resources/templates/themes/material/_partial/Paradox-post-thumbnail.ftl @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl b/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl index 6003bd158..75781b61a 100644 --- a/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl +++ b/src/main/resources/templates/themes/material/_partial/Paradox-post_entry.ftl @@ -3,7 +3,11 @@
+ <#if post.postThumbnail?if_exists == "${options.blog_url}/static/images/thumbnail.png">
+ <#else> +
+

${post.postTitle?if_exists}

diff --git a/src/main/resources/templates/themes/material/_partial/post-header.ftl b/src/main/resources/templates/themes/material/_partial/post-header.ftl index 8059bbd73..d43ee2f6a 100644 --- a/src/main/resources/templates/themes/material/_partial/post-header.ftl +++ b/src/main/resources/templates/themes/material/_partial/post-header.ftl @@ -1,12 +1,12 @@ <#if options.theme_material_scheme?if_exists == "Paradox"> + <#if post.postThumbnail?if_exists == "${options.blog_url}/static/images/thumbnail.png">
- + <#include "Paradox-post-thumbnail.ftl"> + <#else> +
+

${post.postTitle}