CSS-Dateien lokal einbinden und Abhängigkeit von Fremdservern reduzieren.
This commit is contained in:
parent
f3d750d5be
commit
41b111a852
9 changed files with 692 additions and 7 deletions
|
|
@ -13,19 +13,19 @@
|
|||
<title>{{site.title}}{% if page.title %} | {{page.title}}{% endif %}</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap-3.3.5.min.css" />
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="{{site.baseurl}}/css/grayscale.css" rel="stylesheet">
|
||||
<link href="{{site.baseurl}}/css/grayscale.css" rel="stylesheet" />
|
||||
{% if page.section-type == "index" %}
|
||||
<link href="{{site.baseurl}}/css/timeline.css" rel="stylesheet">
|
||||
<link href="{{site.baseurl}}/css/timeline.css" rel="stylesheet" />
|
||||
{% endif %}
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
||||
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
||||
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="{{site.baseurl}}/css/rrssb.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/font-awesome-4.4.0.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/font-lora.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/font-montserrat.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/rrssb.css" />
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue