-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (37 loc) · 2.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
---
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}" />
<meta name="author" content="{{ site.author }}">
<meta name="keywords" content="{{ page.tags }}">
<meta name="robots" content="{{ site.robots }}" />
<meta name="revisit-after" content="{{ site.revisit }}" />
<meta name="copyright" content="{{ site.copyright}}" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
{% stylesheet styles %}
<link href="/favicon.ico" type="image/x-icon" rel="icon" />
<link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
{% comment %}<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />{% endcomment %}
</head>
<body>
<div class="container">
<!--[if lt IE 8]>
<p class="alert alert-success browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<noscript id="js-warning">
<p class="alert alert-success browserupgrade">This site requires Javascript. Your browser either doesn't support JavaScript or you have it turned off. Please enable JavaScript before you proceed.</p>
</noscript>
<header id="header"></header>
<section id="content"></section>
<footer id="footer"></footer>
</div>
{% javascript app %}
</body>
</html>