summaryrefslogtreecommitdiffhomepage
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* Do setting and theme toggling on the frontendThomas Voss 2024-08-101-34/+1
* Add a coin designs page for NLThomas Voss 2024-08-091-5/+7
* Rename some componentsThomas Voss 2024-08-081-3/+3
* Add /coins/designsThomas Voss 2024-08-081-4/+5
* Add /coinsThomas Voss 2024-08-081-0/+1
* Handle fonts with the file serverThomas Voss 2024-08-081-1/+1
* Move the language selection screen to language.templThomas Voss 2024-08-081-1/+1
* Set the theme before doing i18nThomas Voss 2024-08-081-1/+1
* Add an about pageThomas Voss 2024-08-081-0/+1
* Run go fmtThomas Voss 2024-08-071-2/+2
* Allow the user to change their themeThomas Voss 2024-08-071-0/+30
* Set a theme cookieThomas Voss 2024-08-071-1/+5
* Properly redirect the user after language selectionThomas Voss 2024-08-071-0/+11
* Just use hardcoded stringsThomas Voss 2024-08-071-3/+3
* Redirect the user after a language is setThomas Voss 2024-08-071-1/+11
* Remove redundant w.WriteHeader() callThomas Voss 2024-08-071-1/+0
* Add a commentThomas Voss 2024-08-071-0/+1
* Don’t create a new contextThomas Voss 2024-08-071-2/+1
* Look for the favicon in /staticThomas Voss 2024-08-071-1/+3
* Genesis commitThomas Voss 2024-08-071-0/+71