diff --git a/README.md b/README.md index 4383f34..eafb86a 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ __DONE__ * all other languages under sgs * index file redirects to category * index file displayed as intro to category + +## Run dev + +go run . -hostname=localhost -certificatePath=~/ -fileSrvHost=localhost -fileSrvPort=8301 -defaultLang=sgs -supportedLang=lt -key 123 diff --git a/templates/tag.gmi b/templates/tag.gmi index e313229..42cfdaa 100644 --- a/templates/tag.gmi +++ b/templates/tag.gmi @@ -3,6 +3,6 @@ {% for file in tree.Files %}{{ text_url(file) }}{% endfor %} {% if tree.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %} -{% for tag, count in tree.Tags %}{{ tag_url(lang, tag, count) }} +{% for tag, count in tree.Tags %}{{ tag_url(tag, count) }} {% endfor %} {% endif %} {{ home(lang) }}