diff options
-rwxr-xr-x | sfeed_weed.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_weed.awk b/sfeed_weed.awk index 182aadf..d3a463c 100755 --- a/sfeed_weed.awk +++ b/sfeed_weed.awk | |||
@@ -31,7 +31,7 @@ BEGIN { | |||
31 | gsub(/\\n/, "\n", content) | 31 | gsub(/\\n/, "\n", content) |
32 | gsub(/\\/, "\\", content) | 32 | gsub(/\\/, "\\", content) |
33 | print "<article>" | 33 | print "<article>" |
34 | print "<header><h2>" title "</h2><h3>by " author "</h3>" | 34 | print "<header><h2>" title "</h2>" |
35 | print "<time>" published "</time></header>" | 35 | print "<time>" published "</time></header>" |
36 | print content | 36 | print content |
37 | print "</article>" | 37 | print "</article>" |