1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-12-09 01:48:08 +00:00

Redo templates a little, support w3m and phones, add Makefile

This commit is contained in:
Timur Ismagilov
2020-07-05 17:53:57 +05:00
parent 8aec02c961
commit 944deb4cab
22 changed files with 163 additions and 111 deletions

View File

@@ -28,7 +28,7 @@ var (
configJsonPath string
// Default values that can be overriden in config.json
Address = "127.0.0.1:80"
Address = "0.0.0.0:80"
TitleEditTemplate = `Edit %s`
TitleTemplate = `%s`
GenericErrorMsg = `<b>Sorry, something went wrong</b>`