Add favicon to base website, +HTML5 doctype

It's a start on updating the template.
This commit is contained in:
BlauFeuer 2016-11-06 01:37:31 -05:00 committed by Griatch
parent 301efe4467
commit 6d135079f2

View file

@ -1,8 +1,5 @@
{% load staticfiles %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-AU">
{% load staticfiles %}<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="haran" />
@ -15,6 +12,7 @@
{% endif %}
<link rel="stylesheet alternative" type="text/css" href="{% static "website/css/prosimii-print.css" %}" media="screen" title="Print Preview" />
<link rel="stylesheet" type="text/css" href="{% static "website/css/prosimii-print.css" %}" media="print" />
<link rel="icon" type="image/x-icon" href="/static/website/images/evennia_logo.png" />
{% block header_ext %}
{% endblock %}