Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f4469a

Browse files
committed
Removes end of line whitespace
1 parent 1f8268b commit 5f4469a

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

_layouts/default.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
<div class="st-pusher">
1717
<div class="st-content">
1818

19-
{{ content }}
19+
{{ content }}
2020

2121
{% include footer.html %}
2222

2323
</div>
2424
</div>
2525
</div>
2626

27-
{% if page.modal != null %}
28-
{% include speakers-modals.html %}
29-
{% endif %}
27+
{% if page.modal != null %}
28+
{% include speakers-modals.html %}
29+
{% endif %}
3030

3131
{% if page.permalink == '/schedule/' %}
32-
{% include sessions-modals.html %}
33-
{% endif %}
32+
{% include sessions-modals.html %}
33+
{% endif %}
3434

3535
{% include analytics.html %}
36-
36+
3737
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
3838
<script>
3939
window.jQuery || document.write('<script src="{{ "/js/jquery-2.1.1.min.js" | prepend: site.baseurl }}><\/script>')
@@ -49,14 +49,14 @@
4949
<script>
5050
if ($(window).width() > 767) {
5151
document.write('<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"><\/script>')
52-
}
52+
}
5353
</script>
5454
{% elsif page.permalink == '/logistics/' %}
5555
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,geometry"></script>
5656
<script type="text/javascript">
5757
var autoDirectionEnabled = {% if site.logisticsMapAutoDirections %} true {% else %} false {% endif %};
5858
</script>
59-
{% endif %}
59+
{% endif %}
6060
<script>
6161
Waves.displayEffect();
6262
{% if page.permalink == '/' %}
@@ -127,8 +127,8 @@
127127
mobileCenterMapCoordinates = '{{ site.hackathonMapMobileCenterCoordinates | replace:' ','' }}',
128128
icon = '{{ site.baseurl | prepend: site.url }}/img/other/map-marker.png';
129129
}
130-
131-
{% endif %}
130+
131+
{% endif %}
132132
</script>
133133
<script src="{{ "/js/scripts.js" | prepend: site.baseurl }}"></script>
134134
{% if page.permalink == '/schedule/' %}

_layouts/post.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<div id="preloader" class="preloader">
88
<div class="loader-gplus"></div>
99
</div>
10-
10+
1111
<div id="st-container" class="st-container">
1212
<div class="st-pusher">
1313
<div class="st-content">
1414

1515
{% include top-section.html %}
1616

17-
{% include post.html isStaticPost=page.isStaticPost %}
18-
17+
{% include post.html isStaticPost=page.isStaticPost %}
18+
1919
{% include footer.html %}
2020

2121
</div>

_sass/partials/_navigation.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $nav-scroll-color-hover: rgba(0, 0, 0, .9);
3434
transform: translateY(1px);
3535
@media (max-width: 767px) {
3636
transform: translateX(-45px);
37-
}
37+
}
3838
}
3939
.logo {
4040
display: inline-block;
@@ -85,12 +85,12 @@ nav {
8585
line-height: 20px;
8686
width: 95%;
8787
margin: 20px 0 0 5px;
88-
transform: translateY(0);
88+
transform: translateY(0);
8989
}
9090
.top-header.after-scroll & {
91-
transform: translateY(20px);
91+
transform: translateY(20px);
9292
@media (max-width: 767px) {
93-
transform: translateY(0);
93+
transform: translateY(0);
9494
}
9595
}
9696
}

js/scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
if(window.location.href.indexOf("schedule") > -1 && window.location.hash) {
104104
var hash = window.location.hash;
105105
$(hash).click();
106-
}
106+
}
107107
});
108108

109109
$(function() {
@@ -483,7 +483,7 @@
483483
setDirectionInput(origin);
484484
$('#find-way h3').removeClass('fadeInUp').addClass('fadeOutDown');
485485
}
486-
486+
487487
function calcRouteFromMyLocation() {
488488
if (navigator.geolocation) {
489489
navigator.geolocation.getCurrentPosition(function(position) {

0 commit comments

Comments
 (0)