forked from skleinei/viewport-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
include-htmlhead.vm
25 lines (19 loc) · 1.29 KB
/
include-htmlhead.vm
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
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="${theme.baseUrl}/css/bootstrap.css" rel="stylesheet">
<link href="${theme.baseUrl}/css/prettify-tomorrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="${theme.baseUrl}/js/html5shiv.min.js"></script>
<script src="${theme.baseUrl}/js/respond.min.js"></script>
<![endif]-->
<link href="${theme.baseUrl}/css/app.css" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="${theme.baseUrl}/images/icons/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="${theme.baseUrl}/images/icons/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="${theme.baseUrl}/images/icons/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="${theme.baseUrl}/images/icons/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="${theme.baseUrl}/images/icons/favicon.png">