summaryrefslogtreecommitdiff
path: root/themes/gamerdonkey-theme/templates/base.html
blob: 91f91b87b9c576717fd68792842675f5a8f3857c (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 }}/favicon.ico?v=2" />
{% endblock %}