about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-02-27 19:11:16 +0100
committeruser <user@node5.net>2024-02-27 19:11:16 +0100
commit85a98462d7efae05021a34ec182126d9c9e1b452 (patch)
tree72af8e3862a84be890d8273ee1a17eaffc532bcc
parentb9a61be65ad0c671ee3b8ff59c7ff07f42ab9c9b (diff)
article thumbnail, alt file character
-rw-r--r--blog.node5.net/templates/folder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.node5.net/templates/folder.html b/blog.node5.net/templates/folder.html
index fa43c8b..2124761 100644
--- a/blog.node5.net/templates/folder.html
+++ b/blog.node5.net/templates/folder.html
@@ -22,7 +22,7 @@
 		{% for article in folder.articles %}
 		<li class="entry">
 			<a href="{{ article.name }}">
-				<img src="{{ article.name }}/Thumbnail.jpg" alt=" "/>
+				<img src="{{ article.name }}/Thumbnail.jpg" alt="📄"/>
 				<div class="entry-text">
 					<div>
 						<h3 class="inline">{{ article.name }}</h3>