From fd03cb769df328140e00dfd899de767e6b286554 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 26 Jul 2022 10:17:03 -0500
Subject: Preliminary content inclusion

I'm not super happy with how this looks, and I have to change the CSS.  But it's
a start.
---
 sfeed_html.awk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sfeed_html.awk b/sfeed_html.awk
index e6c45af..dcbafae 100755
--- a/sfeed_html.awk
+++ b/sfeed_html.awk
@@ -169,7 +169,11 @@ FNR == 1 {
 	bufprint("</td>")
 	# Title
 	bufprint("<td class=\"entry-title" silo_class(silo) "\">")
+	# bufprint("<details><summary>", 0)
 	print_link(link, "", title)
+	# bufprint("</summary>")
+	# bufprint(content)
+	# bufprint("</details>")
 	bufprint("</td>")
 	# End row
 	bufprint("</tr>")
-- 
cgit 1.4.1-21-gabe81