mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-13 08:19:20 +02:00
PrevLink still not avalaible for userpage; add emoji contains "pleroma"
This commit is contained in:
parent
c3d8a0291b
commit
8995edec91
|
@ -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" />
|
||||
|
|
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue