diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-05-20 18:08:36 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 5eba1760c0db9b01f7498a1efbfb4d969b6f3051 (patch) | |
| tree | 60b391b85eaec626eb3ee07b9150aca231cc245e | |
| parent | 65f8a2497bad58619d0cfdc76e4a0efeb15e0306 (diff) | |
works now on macOS
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | packages/html.source.sh | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -104,7 +104,6 @@ Now it is up to you to setup a Gemini server for the Gemtext, a Webserver for th These are things I want to do with this project in near future: * Custom alt.buetow.org domain for GitHub page. -* Test + fix on macOS (I havn't tested it for macOS fully yet) * Write a blog post about buetow.org.sh script * Document how to add a blog post. * Once blog post published request buetow.org.sh to be added to the Awesome Gemini list. diff --git a/packages/html.source.sh b/packages/html.source.sh index a258781b..efb9bf6b 100644 --- a/packages/html.source.sh +++ b/packages/html.source.sh @@ -143,7 +143,7 @@ html::test () { assert::equals "$(generate::make_link html "$line")" \ '<a class="textlink" href="https://example.org">https://example.org</a><br />' - line='=> index.gmi' + line='=> index.html' assert::equals "$(generate::make_link html "$line")" \ '<a class="textlink" href="index.html">index.html</a><br />' |
