diff options
Diffstat (limited to 'fwendplanet_html.awk')
-rwxr-xr-x | fwendplanet_html.awk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fwendplanet_html.awk b/fwendplanet_html.awk index 84f29a6..654a939 100755 --- a/fwendplanet_html.awk +++ b/fwendplanet_html.awk | |||
@@ -53,7 +53,9 @@ BEGIN { | |||
53 | datecmd | getline date | 53 | datecmd | getline date |
54 | close(datecmd) | 54 | close(datecmd) |
55 | print "<details>" | 55 | print "<details>" |
56 | print "<summary>" (title ? title : "<untitled>") " : <time class=\"time\">" date "</time></summary>" | 56 | print "<summary>" (title ? title : "<untitled>") |
57 | print " : <time class=\"time\">" date "</time>" | ||
58 | print "<div class=\"clearfix\"></div></summary>" | ||
57 | print "<div class=\"links\">" | 59 | print "<div class=\"links\">" |
58 | if (link && title !~ /linkbudz/ && link != enclosure) { | 60 | if (link && title !~ /linkbudz/ && link != enclosure) { |
59 | print "<a href=\"" link "\">read original</a>" | 61 | print "<a href=\"" link "\">read original</a>" |