File tree 3 files changed +3
-3
lines changed
_sass/vendor/susy/susy/output/support
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ timezone: America/Los_Angeles # http://en.wikipedia.org/wiki/List_of_tz_database
255
255
256
256
257
257
# Plugins
258
- gems :
258
+ plugins :
259
259
- jekyll-paginate
260
260
- jekyll-sitemap
261
261
- jekyll-gist
Original file line number Diff line number Diff line change 4
4
5
5
{% include base_path %}
6
6
7
- {% if ( page.header.overlay_color or page.header.overlay_image) or page.header.image %}
7
+ {% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
8
8
{% include page__hero.html %}
9
9
{% endif %}
10
10
Original file line number Diff line number Diff line change 67
67
68
68
@each $_type , $_req in $requirements {
69
69
@each $_i in $_req {
70
- $_pass : call (unquote (" #{$_type } -exists" ), $_i );
70
+ $_pass : call (get-function ( unquote (" #{$_type } -exists" ) ), $_i );
71
71
72
72
@if not ($_pass ) {
73
73
$_fail : true;
You can’t perform that action at this time.
0 commit comments