Revision 52abca01 cloudcms/templates/cms/base.html

b/cloudcms/templates/cms/base.html
27 27
  {% endblock %}
28 28
  
29 29
  {% block favicons %}
30
  <link rel="shortcut icon" href="">
31
  <link rel="apple-touch-icon" href="">
30
  <link rel="shortcut icon" href="{{ APP.favicon.get_absolute_url }}">
31
  <link rel="apple-touch-icon" href="{{ APP.favicon.get_absolute_url }}">
32 32
  {% endblock favicons %}
33 33

  
34 34
  {% block css %}

Also available in: Unified diff