From 8995edec91762710b9cf2971a4e2fafe051edc52 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Tue, 20 Sep 2022 00:24:54 +0300 Subject: [PATCH] PrevLink still not avalaible for userpage; add emoji contains "pleroma" --- templates/emoji.tmpl | 2 +- templates/user.tmpl | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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"}}