-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathheader.html
11 lines (11 loc) · 924 Bytes
/
header.html
1
2
3
4
5
6
7
8
9
10
11
{% load static %}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> {% if site.author %}
<meta name="author" content="{{ site.author }}">{% endif %} {% if site.description %}
<meta name="description" content="{{ site.description }}">{% endif %}
<meta name="generator" content="mynt v{{ site.version }}">
<link rel="shortcut icon" href="{% static "main/images/favicon.ico" %}" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="{% static "main/css/app.css" %}" rel="stylesheet">
<script src="https://use.fontawesome.com/ae7ffc7b99.js"></script>