mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Added page about instance
This commit is contained in:
parent
fe304f60e9
commit
7dd90ac015
7 changed files with 81 additions and 0 deletions
|
@ -119,6 +119,11 @@ type AboutData struct {
|
|||
*CommonData
|
||||
}
|
||||
|
||||
type AboutInstanceData struct {
|
||||
*CommonData
|
||||
Instance *mastodon.Instance
|
||||
}
|
||||
|
||||
type EmojiData struct {
|
||||
*CommonData
|
||||
Emojis []*mastodon.Emoji
|
||||
|
|
|
@ -27,6 +27,7 @@ const (
|
|||
UserPage = "user.tmpl"
|
||||
UserSearchPage = "usersearch.tmpl"
|
||||
AboutPage = "about.tmpl"
|
||||
AboutInstance = "aboutinstance.tmpl"
|
||||
EmojiPage = "emoji.tmpl"
|
||||
LikedByPage = "likedby.tmpl"
|
||||
RetweetedByPage = "retweetedby.tmpl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue