Files
devplacepy/devplacepy/templates/_post_header.html
T
retoor 503aab26ac
DevPlace CI / test (push) Failing after 4m52s
Update
2026-06-02 23:17:51 +02:00

11 lines
476 B
HTML

<div class="post-header">
{% set _user = _author %}{% set _size = 32 %}{% set _size_class = "sm" %}{% include "_avatar_link.html" %}
<div class="post-author-wrap">
{% set _user = _author %}{% set _class = "post-author-link" %}{% include "_user_link.html" %}
{% if _author and _author.get('role') %}
<span class="post-author-role">{{ _author['role'] }}</span>
{% endif %}
</div>
<span class="post-time">{{ _time }}</span>
</div>