sop.epic/views/elements/yeah_icon.html

5 lines
286 B
HTML
Raw Permalink Normal View History

2023-07-02 05:30:36 +00:00
<a href="/users/{{.Username}}" id="{{.ID}}" class="post-permalink-feeling-icon">
{{if .Role}}<img src="{{.Role}}" class="official-tag">{{end}}
<img src="{{.Avatar}}" class="user-icon">
</a>