feat: wip on links

This commit is contained in:
Stevan Freeborn
2025-11-20 05:03:51 -06:00
parent 0f366e1ff8
commit 43c30ce7a7
3 changed files with 98 additions and 11 deletions
+3
View File
@@ -9,6 +9,9 @@ import (
)
func Index(w http.ResponseWriter, r *http.Request) {
// Links coming in external JSON data
// { link: "link", text: "text", "icon": "icon" }
t, err := template.ParseFS(assets.Templates, "templates/index.gohtml")
if err != nil {