aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/entry.html')
-rw-r--r--template/html/entry.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/html/entry.html b/template/html/entry.html
index c7eea4a..df5882b 100644
--- a/template/html/entry.html
+++ b/template/html/entry.html
@@ -92,8 +92,8 @@
{{ noescape (proxyFilter .entry.Content) }}
</article>
{{ if .entry.Enclosures }}
- <aside class="entry-enclosures">
- <h3>{{ t "page.entry.attachments" }}</h3>
+ <details class="entry-enclosures">
+ <summary>{{ t "page.entry.attachments" }} ({{ len .entry.Enclosures }})</summary>
{{ range .entry.Enclosures }}
<div class="entry-enclosure">
{{ if hasPrefix .MimeType "audio/" }}
@@ -120,7 +120,7 @@
</div>
</div>
{{ end }}
- </aside>
+ </details>
{{ end }}
</section>