74e0ce492d
Add avif mime extension. Optimise skipping watched files which haven't been changed. Block zgrab to save resources. Reduce text and boilerplate. Add route_topic_list_weekviews_start hook. Add topic_list.week_views_filter phrase. Changed footer_powered_by phrase. You will need to run the updater / patcher for this commit.
11 lines
445 B
HTML
11 lines
445 B
HTML
<div class="userinfo"aria-label="{{lang "topic.userinfo_aria"}}">
|
|
<img class="aitem"src="{{.Avatar}}"alt="Avatar">
|
|
<div class="user_meta">
|
|
<a href="{{.UserLink}}"class="the_name"rel="author">{{.CreatedByName}}</a>
|
|
<div class="tag_block">
|
|
<div class="tag_pre"></div>
|
|
{{if .Tag}}<div class="post_tag">{{.Tag}}{{else}}<div class="post_tag post_level">{{level .Level}}{{end}}</div>
|
|
<div class="tag_post"></div>
|
|
</div>
|
|
</div>
|
|
</div> |