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:
120120
121121# Exclude these files from your production _site
122122exclude :
123- - Gemfile
124- - Gemfile.lock
125123 - LICENSE
126124 - README.md
127125 - CNAME
128- - mobile-app-landing-page.gemspec
129-
130- github : [metadata]
Original file line number Diff line number Diff line change 44 {% if file.path contains 'assets/screenshot/' %}
55 < script >
66 $ ( function ( ) {
7- $ ( ".iphoneScreen" ) . attr ( 'src' , '{{ file.path }}' ) ;
7+ $ ( ".iphoneScreen" ) . attr ( 'src' , '../ {{ file.path }}' ) ;
88 $ ( ".iphoneScreen" ) . removeClass ( "hidden" ) ;
99 console . log ( "{{ file.path }}" ) ;
1010 } ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ $body-color: "{{ site.body_color }}";
77$header-image : " {{ site.header_image }}" ;
88$device-color : " assets/{{ site.device_color }}.png" ;
99
10-
1110$accent-color : {{ site.accent_color }};
1211
1312$header-title-color : {{ site.header_title_color }};
You can’t perform that action at this time.
0 commit comments