about summary refs log tree commit diff
path: root/blog.node5.net/templates/folder.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.node5.net/templates/folder.html')
-rw-r--r--blog.node5.net/templates/folder.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/blog.node5.net/templates/folder.html b/blog.node5.net/templates/folder.html
index 97c92a2..ae9456e 100644
--- a/blog.node5.net/templates/folder.html
+++ b/blog.node5.net/templates/folder.html
@@ -8,11 +8,7 @@
 		{% for article in folder.articles %}
 		<li class="entry">
 			<a href="{{ article.name }}">
-				{% if article.folder_path %}
-					<img src="{{ article.thumbnail_path }}" alt="📄"/>
-        {% else %}
-          <div style="width: 200px"></div>
-				{% endif %}
+        <img src="{{ article.thumbnail_path }}" alt="📄"/>
 				<div class="entry-text">
 					<div>
 						<h3 class="inline">{{ article.name }}</h3>