refactor: update templ version to v0.2.778 and remove unused air config

This commit is contained in:
Prad Nukala
2024-11-23 16:32:15 -05:00
parent 89989fa102
commit 1568844255
34 changed files with 36 additions and 210 deletions
+12
View File
@@ -0,0 +1,12 @@
package models
type Metadata struct {
Title string `json:"title"`
Description string `json:"description"`
OpenGraphImage string `json:"openGraphImage"`
TwitterImage string `json:"twitterImage"`
Tags string `json:"tags"`
Category string `json:"category"`
Favicon string `json:"favicon"`
URL string `json:"url"`
}