fresh-theme-bootstrap/src/partials/head.html

21 lines
740 B
HTML
Raw Permalink Normal View History

2016-01-10 22:21:22 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{r.name}}</title>
{{#compare opts.css "bootstrap" operator="=="}}
2016-10-17 17:20:45 +01:00
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"></link>
2016-01-10 22:21:22 +00:00
{{/compare}}
{{#compare opts.css "bootstrap" operator="!="}}
2016-10-17 17:20:45 +01:00
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/{{opts.css}}/bootstrap.min.css" rel="stylesheet"></link>
2016-01-10 22:21:22 +00:00
{{/compare}}
2016-05-14 20:51:43 +01:00
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"></link>
2016-01-19 03:15:31 +00:00
<style>
h3, h4, h5, h6 {
margin-top: 0;
}
2016-01-19 03:39:56 +00:00
.label {
display: inline-block;
}
2016-01-19 03:15:31 +00:00
</style>