From a66311d6834ab3d911de2de43d220e4293074cef Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:14:51 +1300 Subject: [PATCH] discourage search index bots --- app/templates/_home_nav.html | 8 ++++---- app/templates/community/_community_nav.html | 14 +++++++------- app/templates/post/post.html | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) 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 @@