diff options
-rwxr-xr-x | sfeed_html.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfeed_html.awk b/sfeed_html.awk index 8026f39..ad3ce71 100755 --- a/sfeed_html.awk +++ b/sfeed_html.awk | |||
@@ -299,6 +299,7 @@ function html_top() | |||
299 | print "<link rel=\"alternate\" type=\"application/atom+xml\" title=\"rss (short)\" href=\"feeds-short.xml\">" | 299 | print "<link rel=\"alternate\" type=\"application/atom+xml\" title=\"rss (short)\" href=\"feeds-short.xml\">" |
300 | print "<link rel=\"alternate\" type=\"application/xml\" title=\"opml\" href=\"feeds.opml\">" | 300 | print "<link rel=\"alternate\" type=\"application/xml\" title=\"opml\" href=\"feeds.opml\">" |
301 | print "<link rel=\"alternate\" type=\"text/plain\" title=\"twtxt\" href=\"feeds.txt\">" | 301 | print "<link rel=\"alternate\" type=\"text/plain\" title=\"twtxt\" href=\"feeds.txt\">" |
302 | print "<link rel=\"alternate\" type=\"text/plain\" title=\"ass\" href=\"feed.ass\">" | ||
302 | print "</head>" | 303 | print "</head>" |
303 | print "<body>" | 304 | print "<body>" |
304 | # <header> | 305 | # <header> |
@@ -317,6 +318,7 @@ function html_top() | |||
317 | print "<a href=\"feeds-short.xml\">rss</a>", SEPARATOR | 318 | print "<a href=\"feeds-short.xml\">rss</a>", SEPARATOR |
318 | print "<a href=\"feeds.html\">all</a>", "(<a href=\"feeds.xml\">rss</a>)", SEPARATOR | 319 | print "<a href=\"feeds.html\">all</a>", "(<a href=\"feeds.xml\">rss</a>)", SEPARATOR |
319 | print "<a href=\"feeds.txt\">twtxt</a>", SEPARATOR | 320 | print "<a href=\"feeds.txt\">twtxt</a>", SEPARATOR |
321 | print "<a href=\"feed.ass\">ass</a>", SEPARATOR | ||
320 | print "<a href=\"feeds.opml\">opml</a>" | 322 | print "<a href=\"feeds.opml\">opml</a>" |
321 | print "</nav>" | 323 | print "</nav>" |
322 | # first part of <main> | 324 | # first part of <main> |