diff --git a/rrs/static/img/yct-favicon.ico b/rrs/static/img/yct-favicon.ico new file mode 100644 index 0000000..8648036 Binary files /dev/null and b/rrs/static/img/yct-favicon.ico differ diff --git a/templates/base.html b/templates/base.html index 36b6022..5d0efec 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,7 +18,11 @@ + {% if application == 'layerindex' %} + {% else %} + + {% endif %} {{ site_name }}{% block title_append %} - {% endblock %}