aboutsummaryrefslogtreecommitdiffstats
path: root/gemlog-new
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-06-05 20:37:46 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-06-05 20:37:46 +0300
commit917761d1f9e2ab0ba8efe1345fe5a0c80e1ce612 (patch)
tree4ff4ea496a96c0f3b2b4ea2c4e22e34d98e78161 /gemlog-new
parent76b3bc5cd86f8ce8b355f0c089387b090d7ad0da (diff)
downloadgemini-aaoth.xyz-917761d1f9e2ab0ba8efe1345fe5a0c80e1ce612.tar.gz
gemini-aaoth.xyz-917761d1f9e2ab0ba8efe1345fe5a0c80e1ce612.zip
remove dashes from post titles and add two gemlog links
Diffstat (limited to 'gemlog-new')
-rwxr-xr-xgemlog-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemlog-new b/gemlog-new
index 34f15f2..29072d9 100755
--- a/gemlog-new
+++ b/gemlog-new
@@ -45,7 +45,7 @@ read_tags() {
}
update_index() {
- sed "$_new_post_loc i => $_new_post_rel_url $_new_post_date - $_new_post_title" < "$GEMLOG_INDEX" > "$GEMLOG_INDEX.tmp"
+ sed "$_new_post_loc i => $_new_post_rel_url $_new_post_date $_new_post_title" < "$GEMLOG_INDEX" > "$GEMLOG_INDEX.tmp"
mv "$GEMLOG_INDEX.tmp" "$GEMLOG_INDEX"
}