diff --git a/templates/emoji.tmpl b/templates/emoji.tmpl index e3ba8a0..017403a 100644 --- a/templates/emoji.tmpl +++ b/templates/emoji.tmpl @@ -4,7 +4,7 @@
{{range .Emojis}} - {{if Allowed_emoji_page .ShortCode "blobfox" "senko" "shiro"}} + {{if Allowed_emoji_page .ShortCode "blobfox" "senko" "shiro" "pleroma"}}
{{.ShortCode}} diff --git a/templates/user.tmpl b/templates/user.tmpl index 2d35daf..8d77948 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -204,9 +204,6 @@ {{if .NextLink}} [next] {{end}} - {{if .PrevLink}} -
[prev] - {{end}}
{{template "footer.tmpl"}}