File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ sass:
120
120
121
121
# Exclude these files from your production _site
122
122
exclude :
123
- - Gemfile
124
- - Gemfile.lock
125
123
- LICENSE
126
124
- README.md
127
125
- CNAME
128
- - mobile-app-landing-page.gemspec
129
-
130
- github : [metadata]
Original file line number Diff line number Diff line change 4
4
{% if file.path contains 'assets/screenshot/' %}
5
5
< script >
6
6
$ ( function ( ) {
7
- $ ( ".iphoneScreen" ) . attr ( 'src' , '{{ file.path }}' ) ;
7
+ $ ( ".iphoneScreen" ) . attr ( 'src' , '../ {{ file.path }}' ) ;
8
8
$ ( ".iphoneScreen" ) . removeClass ( "hidden" ) ;
9
9
console . log ( "{{ file.path }}" ) ;
10
10
} ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ $body-color: "{{ site.body_color }}";
7
7
$header-image : " {{ site.header_image }}" ;
8
8
$device-color : " assets/{{ site.device_color }}.png" ;
9
9
10
-
11
10
$accent-color : {{ site.accent_color }};
12
11
13
12
$header-title-color : {{ site.header_title_color }};
You can’t perform that action at this time.
0 commit comments