add: allow users to block users who have blocked them/private users
fix: anonymous post page panic add: allow users to select home timeline
This commit is contained in:
parent
2460e2f8c5
commit
d42375441f
15 changed files with 313 additions and 122 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
{% if show_lhs %}
|
||||
<a
|
||||
href="/"
|
||||
href="{{ home }}"
|
||||
class="button {% if selected == 'home' %}active{% endif %}"
|
||||
>
|
||||
{{ icon "house" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue