This repository was archived by the owner on Feb 27, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- $noise-bg : image-url (' /images/noise.png' ) top left !default ;
1
+ $noise-bg : image-url (' .. /images/noise.png' ) top left !default ;
2
2
$img-border : inline-image (' dotted-border.png' );
3
3
4
4
// Main Link Colors
@@ -12,7 +12,7 @@ $main-bg: #fff !default;
12
12
$page-bg : #fff !default ;
13
13
$article-border : #eeeeee !default ;
14
14
15
- $header-bg : url (/ images/background.jpg ) !default ;
15
+ $header-bg : url (.. /images/background.jpg ) !default ;
16
16
$header-border : lighten (#418284 , 15 ) !default ;
17
17
$title-color : #f2f2f2 !default ;
18
18
$subtitle-color : #ccc !default ;
63
63
}
64
64
65
65
html {
66
- background : $page-bg image-url (' /images/line-tile.png' ) top left ;
66
+ background : $page-bg image-url (' .. /images/line-tile.png' ) top left ;
67
67
}
68
68
body {
69
69
> div {
Original file line number Diff line number Diff line change 5
5
margin : 0px ;
6
6
7
7
li {
8
- background-image : url (/ images/calendar.png );
8
+ background-image : url (.. /images/calendar.png );
9
9
background-repeat : no-repeat ;
10
10
background-position : 10px 15px ;
11
11
font-size : 1em ;
@@ -28,4 +28,4 @@ aside {
28
28
border-top : 0px ;
29
29
}
30
30
}
31
- }
31
+ }
Original file line number Diff line number Diff line change 1
1
< hgroup >
2
- < h1 > < a href ="{{ root_url }}/ "> < img src ='/images/logo.png '> </ a > </ h1 >
2
+ < h1 > < a href ="{{ root_url }}/ "> < img src ='.. /images/logo.png '> </ a > </ h1 >
3
3
{% if site.subtitle %}
4
4
< h2 > {{ site.subtitle }}</ h2 >
5
5
{% endif %}
Original file line number Diff line number Diff line change 2
2
< li > < a href ="{{ root_url }}/ "> Home</ a > </ li >
3
3
< li > < a href ="{{ root_url }}/blog "> News</ a > </ li >
4
4
<!-- <li><a href="{{ root_url }}/contact">Contact</a></li> -->
5
- < li > < a href ="{{ root_url }}/atom.xml "> < img src ='/images/rss.png ' /> RSS</ a > </ li >
5
+ < li > < a href ="{{ root_url }}/atom.xml "> < img src ='.. /images/rss.png ' /> RSS</ a > </ li >
6
6
</ ul >
Original file line number Diff line number Diff line change 6
6
< div id ="main ">
7
7
< div id ="content ">
8
8
< div >
9
- < img src ="/images/logo.png " />
9
+ < img src =".. /images/logo.png " />
10
10
< article role ="article ">
11
11
{{ content | expand_urls: root_url }}
12
12
</ article >
You can’t perform that action at this time.
0 commit comments