# HG changeset patch # User Goffi # Date 1498328451 -7200 # Node ID b046a78353742f72bff28c7a1783dee386f64107 # Parent 2496887339f692c78acd408c0d796e958314eb20 base/base.html: if norobots is set, add a to tell robots no to index or follow this page. diff -r 2496887339f6 -r b046a7835374 default/base/base.html --- a/default/base/base.html Tue May 23 00:07:19 2017 +0200 +++ b/default/base/base.html Sat Jun 24 20:20:51 2017 +0200 @@ -3,6 +3,11 @@ + + {% if norobots %} + + {% endif %} + {% block title %}{{C.APP_NAME}}{% endblock %} {% if css_content is defined %}