Skip to content
Snippets Groups Projects
Verified Commit d39cee5b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Include icons. Advances #1.

parent f2afb67c
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@
{% block bootstrap4_extra_head %}
{% fa_css %}
{% include_css "DataTables-Bootstrap4" %}
{% include 'core/icons.html' %}
<link rel="stylesheet" href="{% sass_src 'bootstrap_modified.scss' %}" />
<link rel="stylesheet" href="{% static 'css/style.css' %}" />
<link rel="shortcut icon" href="#" />
{% endblock %}
{% block bootstrap4_title %}BiscuIT School Information System{% endblock %}
......
{% load static thumbnail %}
{% with path="{% get_static_prefix %}biscuit-logo.png" %}
<link rel="shortcut icon" type="image/png" href="{% thumbnail path 196x196 crop %}" />
<link rel="shortcut icon" sizes="196x196" href="{% thumbnail path 196x196 crop %}" />
<link rel="apple-touch-icon" href="{% thumbnail path 196x196 crop %}" />
{% endwith %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment