Remove useless link from blog entry view
This commit is contained in:
parent
aa395ca206
commit
87dfe28133
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
<div class="blog-timestamp">
|
||||
Posted by <a href="#">{{ post["profile"]["name"] }}</a>
|
||||
Posted by {{ post["profile"]["name"] }}
|
||||
on <span title="{{ post['time'] }}">{{ post["pretty_time"] }}</span>
|
||||
</div>
|
||||
|
||||
|
@ -76,4 +76,4 @@
|
|||
) | safe }}
|
||||
{% endif %}
|
||||
|
||||
{% endmacro %}
|
||||
{% endmacro %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user