diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-06 03:58:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-06 03:59:50 +0700 |
| commit | 9e35895cafd876a9635a2d9144222a8add452e68 (patch) | |
| tree | 36a1e968538f759a863c1d4743eabed663a63973 /template_index_html.go | |
| parent | 7520991ff8103c14b4081543b9fb0fac518a0023 (diff) | |
| download | ciigo-0.3.0.tar.xz | |
Release ciigo v0.3.0 (2020-12-06)v0.3.0
This release replace the asciidoc parsing from libasciidoc-go to
https://sr.ht/~shulhan/asciidoctor-go[asciidoctor-go], which provide more
control and stable APIs.
We also remove support form markdown markup language and focus only to
support asciidoctor format from now on.
The Go module path and repository is also moved from github to
git.sr.ht/~shulhan/ciigo.
Diffstat (limited to 'template_index_html.go')
| -rw-r--r-- | template_index_html.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template_index_html.go b/template_index_html.go index 9a177a5..2c8eb60 100644 --- a/template_index_html.go +++ b/template_index_html.go @@ -45,7 +45,7 @@ const templateIndexHTML = `<!DOCTYPE html> <div class="footer"> Powered by <a - href="https://git.sr.ht/shulhan/ciigo" + href="https://git.sr.ht/~shulhan/ciigo" > ciigo </a> |
