mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-22 12:49:21 +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">
|
<div class="emoji-list-container">
|
||||||
{{range .Emojis}}
|
{{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-container">
|
||||||
<div class="emoji-item">
|
<div class="emoji-item">
|
||||||
<img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" height="32" loading="lazy" />
|
<img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" height="32" loading="lazy" />
|
||||||
|
|
|
@ -204,9 +204,6 @@
|
||||||
{{if .NextLink}}
|
{{if .NextLink}}
|
||||||
<a href="{{.NextLink}}">[next]</a>
|
<a href="{{.NextLink}}">[next]</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{if .PrevLink}}
|
|
||||||
<br><a href="{{.PrevLink}}">[prev]</a>
|
|
||||||
{{end}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{template "footer.tmpl"}}
|
{{template "footer.tmpl"}}
|
||||||
|
|
Loading…
Reference in New Issue