Skip to content

Commit 869cc68

Browse files
committed
Fix #2600 delete noindex from base template
1 parent e7d4ffa commit 869cc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scholia/app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
{% block metas %}
6363
<meta charset="UTF-8">
64-
<meta name="robots" content="noindex, nofollow">
64+
<meta name="robots" content="nofollow">
6565
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6666

6767
<meta name="og:url" content="{{ 'https://scholia.toolforge.org' + request.path }}" />

0 commit comments

Comments
 (0)