forked from retoor/devplacepy
feat: add service lock file and multi-worker startup guard with session cache clear
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="post-header">
|
||||
{% set _user = _author %}{% set _size = 32 %}{% set _size_class = "sm" %}{% include "_avatar_link.html" %}
|
||||
<div class="post-author-wrap">
|
||||
<a href="/profile/{{ _author['username'] if _author else '#' }}" class="post-author-link">{{ _author['username'] if _author else 'Unknown' }}</a>
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user