about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-09-22 13:35:29 -0500
committerCase Duckworth2022-09-22 13:35:29 -0500
commit90eb67a86b944d5577e97a17dc2526d774fb283c (patch)
tree76ed065b99fbe6006d7a1c8afea42fae7fda975f
parentPretty sure this is working enough now (diff)
downloadshite-90eb67a86b944d5577e97a17dc2526d774fb283c.tar.gz
shite-90eb67a86b944d5577e97a17dc2526d774fb283c.zip
Remove coments
-rwxr-xr-xshite4
1 files changed, 2 insertions, 2 deletions
diff --git a/shite b/shite index ac81a37..b955b50 100755 --- a/shite +++ b/shite
@@ -19,7 +19,9 @@ expand() {
19} 19}
20 20
21body() { 21body() {
22 # because the metadata is in a comment, we can just
22 dog 23 dog
24 # the whole input.
23} 25}
24 26
25phtml() { 27phtml() {
@@ -35,12 +37,10 @@ meta() {
35} 37}
36 38
37title() { 39title() {
38 # sed '1s/\t.*$//;q'
39 meta title 40 meta title
40} 41}
41 42
42pubdate() { 43pubdate() {
43 # sed '1s/^[^\t]*\t//;q'
44 meta pubdate 44 meta pubdate
45} 45}
46 46