diff options
author | Case Duckworth | 2022-07-26 10:17:03 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-26 10:17:03 -0500 |
commit | fd03cb769df328140e00dfd899de767e6b286554 (patch) | |
tree | 723cece5eff3f6c49d895b775ed1bee6b3acccc9 | |
parent | Fix unescaping (diff) | |
download | sfeed-fd03cb769df328140e00dfd899de767e6b286554.tar.gz sfeed-fd03cb769df328140e00dfd899de767e6b286554.zip |
Preliminary content inclusion
I'm not super happy with how this looks, and I have to change the CSS. But it's a start.
-rwxr-xr-x | sfeed_html.awk | 4 |
1 files changed, 4 insertions, 0 deletions
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 { | |||
169 | bufprint("</td>") | 169 | bufprint("</td>") |
170 | # Title | 170 | # Title |
171 | bufprint("<td class=\"entry-title" silo_class(silo) "\">") | 171 | bufprint("<td class=\"entry-title" silo_class(silo) "\">") |
172 | # bufprint("<details><summary>", 0) | ||
172 | print_link(link, "", title) | 173 | print_link(link, "", title) |
174 | # bufprint("</summary>") | ||
175 | # bufprint(content) | ||
176 | # bufprint("</details>") | ||
173 | bufprint("</td>") | 177 | bufprint("</td>") |
174 | # End row | 178 | # End row |
175 | bufprint("</tr>") | 179 | bufprint("</tr>") |