mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
refactor: update templ version to v0.2.778 and remove unused air config
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
Reference in New Issue
Block a user