diff options
| -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 />' |
