summaryrefslogtreecommitdiff
path: root/lib/atomfeed.source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/atomfeed.source.sh')
-rw-r--r--lib/atomfeed.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomfeed.source.sh b/lib/atomfeed.source.sh
index 3fe46be..20a87d0 100644
--- a/lib/atomfeed.source.sh
+++ b/lib/atomfeed.source.sh
@@ -121,7 +121,7 @@ atomfeed::_entry () {
assert::not_empty content "$content"
# Extract first heading as post title.
- local title=$($SED -n '/^# / { s/# //; p; q; }' "$gemfeed_dir/$gmi_file" | tr '"' "'")
+ local title=$(generate::extract_title "$gemfeed_dir/$gmi_file")
assert::not_empty title "$title"
# Extract first paragraph from Gemtext as the summary.