diff options
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/base.htm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index 8074938..1dcf0fc 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -10,6 +10,9 @@ {% if css %} <link rel="stylesheet" href="{{css}}"/> {% endif %} + {% if iconpng %} + <link rel="shortcut icon" href="{{iconpng}}" type="image/png"/> + {% endif %} <title>{% block title %}{% endblock %} - {{title}}</title> <script src="js/jquery.js"></script> <script src="js/bootstrap.min.js"></script> |
