diff options
| author | user <user@node5.net> | 2024-02-27 19:11:16 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-02-27 19:11:16 +0100 |
| commit | 85a98462d7efae05021a34ec182126d9c9e1b452 (patch) | |
| tree | 72af8e3862a84be890d8273ee1a17eaffc532bcc | |
| parent | b9a61be65ad0c671ee3b8ff59c7ff07f42ab9c9b (diff) | |
article thumbnail, alt file character
| -rw-r--r-- | blog.node5.net/templates/folder.html | 2 |
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> |
