diff options
author | nytpu <alex@nytpu.com> | 2021-02-14 10:00:44 -0700 |
---|---|---|
committer | nytpu <alex@nytpu.com> | 2021-02-14 10:00:44 -0700 |
commit | 50aa2ed54b01317909349586addce82928dba537 (patch) | |
tree | 9f08000c034c8edda74160a408e3249d95aeb327 | |
parent | update personal config and add newline to end of feed file (diff) | |
download | gemlog.sh-50aa2ed54b01317909349586addce82928dba537.tar.bz2 gemlog.sh-50aa2ed54b01317909349586addce82928dba537.zip |
use relative links when generating index
-rwxr-xr-x | gemlog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ build_entries() { curmonth="$newcurmonth" fi - printf "=> $global_url$post $pubdate — $title\n" + printf "=> $post $pubdate — $title\n" done < <(ls -r [[:digit:]]*.gmi) # footer of the page (below the list of posts) |