aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/main.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-08 23:11:16 +0000
committerChristine Dodrill <me@christine.website>2019-06-08 23:11:16 +0000
commit51bb87d67d7d27710bca065601d010a2eebab185 (patch)
tree3fd9e2f6b13b66b872d30e807a34aebf7b3af0d0 /cmd/within.website/main.go
parente289b11ce35dcfe3c1f69d2a5e28fcf8c0a9af31 (diff)
downloadx-51bb87d67d7d27710bca065601d010a2eebab185.tar.xz
x-51bb87d67d7d27710bca065601d010a2eebab185.zip
cmd/within.website: update CSS
Diffstat (limited to 'cmd/within.website/main.go')
-rw-r--r--cmd/within.website/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index aa03965..3fd496a 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -114,7 +114,7 @@ const indexTemplate = `<!DOCTYPE html>
<li><a href="https://within.website/confyg">confyg</a> - A generic configuration file parser based on the go modfile parser</li>
<li><a href="https://within.website/derpigo">derpigo</a> - A simple wrapper to the <a href="https://derpibooru.org">Derpibooru</a> API</li>
<li><a href="https://within.website/eclier">eclier</a> - A go+lua command line application framework</li>
- <li><a href="https://within.website/gluanetrc">gluanetrc</a> - A GopherLua binding for <a href="https://github.com/dickeyxxx/netrc">github.com/dickeyxxx/netrc</a>"</li>
+ <li><a href="https://within.website/gluanetrc">gluanetrc</a> - A GopherLua binding for <a href="https://github.com/dickeyxxx/netrc">github.com/dickeyxxx/netrc</a></li>
<li><a href="https://within.website/gorqlite">gorqlite</a> - A driver for <a href="https://github.com/rqlite/rqlite">rqlite</a></li>
<li><a href="https://within.website/johaus">johaus</a> - <a href="http://lojban.org">Lojban</a> parsing</li>
<li><a href="https://within.website/ln">ln</a> - Key->value based logging made context-aware and simple</li>