moved css and font into root directory, with no template magic
This commit is contained in:
parent
ccc625d186
commit
d4aeef6cbc
@ -15,7 +15,12 @@
|
|||||||
<link rel="shortcut icon" href="/favicon.png">
|
<link rel="shortcut icon" href="/favicon.png">
|
||||||
<link rel="alternate" type="application/rss+xml" title="{{ site.theme.name }}" href="{{site.url}}/atom.xml" />
|
<link rel="alternate" type="application/rss+xml" title="{{ site.theme.name }}" href="{{site.url}}/atom.xml" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/css/all.css">
|
<link rel="stylesheet" href="/css/font-awesome.css">
|
||||||
|
<link rel="stylesheet" href="/css/base.css">
|
||||||
|
<link rel="stylesheet" href="/css/skeleton.css">
|
||||||
|
<link rel="stylesheet" href="/css/screen.css">
|
||||||
|
<link rel="stylesheet" href="/css/layout.css">
|
||||||
|
<link rel="stylesheet" href="/css/peaksea.css">
|
||||||
<!--[if IE 7]>
|
<!--[if IE 7]>
|
||||||
<link rel="stylesheet" href="/assets/css/font-awesome-ie7.min.css">
|
<link rel="stylesheet" href="/assets/css/font-awesome-ie7.min.css">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
layout: nil
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include css/font-awesome.css %}
|
|
||||||
{% include css/base.css %}
|
|
||||||
{% include css/skeleton.css %}
|
|
||||||
{% include css/screen.css %}
|
|
||||||
{% include css/layout.css %}
|
|
||||||
{% include css/peaksea.css %}
|
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
Loading…
Reference in New Issue
Block a user