mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-09 16:14:11 +00:00
f3367d920d
- Increase emoji size - Add colons to emoji alt text and title
15 lines
368 B
Cheetah
15 lines
368 B
Cheetah
{{with .Data}}
|
|
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
|
|
<div class="page-title"> Emojis </div>
|
|
|
|
<div class="emoji-list-container">
|
|
{{range .Emojis}}
|
|
<div class="emoji-item">
|
|
<img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" />
|
|
<div class="emoji-shortcode">:{{.ShortCode}}:</div>
|
|
</div>
|
|
{{end}}
|
|
</div>
|
|
|
|
{{template "footer.tmpl"}}
|
|
{{end}}
|