the repository which powers this website
robor
| -rw-r--r-- | themed/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themed/base.html b/themed/base.html index 47cf1239..d1e53fa5 100644 --- a/themed/base.html +++ b/themed/base.html @@ -5,6 +5,7 @@ <html> <head> <meta charset="utf-8"> + <meta name="robots" content="{{ ctx.cfg.robots|attr }}" /> <title>{{ ctx.page.title }}</title>{# ctx.page.title is usually set by prepare_repo_cmd #} {% if ctx.cfg.css_themed.items %} {! for_each_string_list(&ctx.cfg.css_themed, cgit_shared_emit_css_link, NULL); !} |