summaryrefslogtreecommitdiff
path: root/themes/gamerdonkey-theme/templates/base.html
blob: c1eb7e86259ae46446c00098887ea138a94c4f4c (plain)
1
2
3
4
5
6
7
8
{% extends "!simple/base.html" %}

{% block head %}
{{ super() }}
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
   <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" />
   <link rel="shortcut icon" href="{{ SITEURL }}/images/favicon.ico?v=2" />
{% endblock %}