PrevLink still not avalaible for userpage; add emoji contains "pleroma"

This commit is contained in:
localhost_frssoft 2022-09-20 00:24:54 +03:00
parent c3d8a0291b
commit 8995edec91
2 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<div class="emoji-list-container">
{{range .Emojis}}
{{if Allowed_emoji_page .ShortCode "blobfox" "senko" "shiro"}}
{{if Allowed_emoji_page .ShortCode "blobfox" "senko" "shiro" "pleroma"}}
<div class="emoji-item-container">
<div class="emoji-item">
<img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" height="32" loading="lazy" />

View File

@ -204,9 +204,6 @@
{{if .NextLink}}
<a href="{{.NextLink}}">[next]</a>
{{end}}
{{if .PrevLink}}
<br><a href="{{.PrevLink}}">[prev]</a>
{{end}}
</div>
{{template "footer.tmpl"}}