diff --git a/app/templates/_home_nav.html b/app/templates/_home_nav.html index 14dac914..30f055da 100644 --- a/app/templates/_home_nav.html +++ b/app/templates/_home_nav.html @@ -1,14 +1,14 @@
- + {{ _('Hot') }} - + {{ _('Top') }} - + {{ _('New') }} - + {{ _('Active') }}
\ No newline at end of file diff --git a/app/templates/community/_community_nav.html b/app/templates/community/_community_nav.html index 8f544e86..2278715e 100644 --- a/app/templates/community/_community_nav.html +++ b/app/templates/community/_community_nav.html @@ -4,28 +4,28 @@ {% endif %}
- + {{ _('Hot') }} - + {{ _('Top') }} - + {{ _('New') }} - + {{ _('Active') }}
{% if post_layout != '' and post_layout is not none %}
- + {{ _('List') }} - + {{ _('Tile') }} - + {{ _('Wide tile') }}
diff --git a/app/templates/post/post.html b/app/templates/post/post.html index 5e8dd8e9..8ed1a5f9 100644 --- a/app/templates/post/post.html +++ b/app/templates/post/post.html @@ -54,13 +54,13 @@