about summary refs log tree commit diff stats
path: root/sfeed_html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_html.sh')
-rwxr-xr-xsfeed_html.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfeed_html.sh b/sfeed_html.sh index d241228..86aad43 100755 --- a/sfeed_html.sh +++ b/sfeed_html.sh
@@ -126,7 +126,8 @@ html_feed() { # html_feed FEED(file) => HTML
126 printf "%s", "<a href=\"" id "\" target=\"_blank\">" stamp "</a>" 126 printf "%s", "<a href=\"" id "\" target=\"_blank\">" stamp "</a>"
127 } 127 }
128 print "</td>" 128 print "</td>"
129 print "<td class=\"entry-title\"><a href=\"" link "\" target=\"_blank\">" title "</a></td>" 129 printf "<td class=\"entry-title%s", (link ~ /youtube/ ? " youtube" : "")
130 print "\"><a href=\"" link "\" target=\"_blank\">" title "</a></td>"
130 print "</tr>" 131 print "</tr>"
131 } 132 }
132 END { 133 END {