diff options
Diffstat (limited to 'packages/atomfeed.source.sh')
| -rw-r--r-- | packages/atomfeed.source.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/atomfeed.source.sh b/packages/atomfeed.source.sh index 3a3e1e73..6d5a8f47 100644 --- a/packages/atomfeed.source.sh +++ b/packages/atomfeed.source.sh @@ -1,4 +1,4 @@ -# Retrieves meta data of a given blog post. Generate new meta info if not yet exists. +# Retrieve meta data of a given blog post. Generate new meta info if not yet exists. atomfeed::meta () { local -r gmi_file_path="$1"; shift local -r meta_file=$($SED 's|gemtext|meta|; s|.gmi$|.meta|;' <<< "$gmi_file_path") @@ -37,7 +37,7 @@ META test $is_draft == yes && rm "$meta_file" } -# Retrieves the core content as XHTML of the blog post, to include to the feed. +# Retrieve the core content as XHTML of the blog post. atomfeed::content () { local -r gmi_file_path="$1"; shift log VERBOSE "Retrieving feed content from $gmi_file_path" |
