Skip to content

Commit 1adff11

Browse files
VincentTamdaattali
authored andcommitted
Add newline to EOF (daattali#442)
1 parent d1c8b2f commit 1adff11

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ _site
66
# general
77
.DS_Store
88
Thumbs.db
9-
ehthumbs.db
9+
ehthumbs.db

_includes/ext-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<link rel="stylesheet" href="{{ include.css.href }}" />
55
{% else %}
66
<link rel="stylesheet" href="{{ include.css }}" />
7-
{% endif %}
7+
{% endif %}

_includes/gtm_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.gtm }}"
44
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
55
<!-- End Google Tag Manager (noscript) -->
6-
{% endif %}
6+
{% endif %}

_includes/gtm_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
77
})(window,document,'script','dataLayer','{{ site.gtm }}');</script>
88
<!-- End Google Tag Manager -->
9-
{% endif %}
9+
{% endif %}

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ <h2 class="{{ include.type }}-subheading">{{ page.subtitle }}</h2>
7373

7474
{% else %}
7575
<div class="intro-header"></div>
76-
{% endif %}
76+
{% endif %}

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
<div role="main" class="container">
88
{{ content }}
9-
</div>
9+
</div>

_posts/2015-01-19-soccer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ From Wikipedia:
88

99
Association football, more commonly known as football or soccer,[2] is a sport played between two teams of eleven players with a spherical ball. It is played by 250 million players in over 200 countries, making it the world's most popular sport.[3][4][5][6] The game is played on a rectangular field with a goal at each end. The object of the game is to score by getting the ball into the opposing goal.
1010

11-
The goalkeepers are the only players allowed to touch the ball with their hands or arms while it is in play and then only in their penalty area. Outfield players mostly use their feet to strike or pass the ball, but may use their head or torso to strike the ball instead. The team that scores the most goals by the end of the match wins. If the score is level at the end of the game, either a draw is declared or the game goes into extra time and/or a penalty shootout depending on the format of the competition. The Laws of the Game were originally codified in England by The Football Association in 1863. Association football is governed internationally by the International Federation of Association Football (FIFA; French: Fédération Internationale de Football Association) which organises a World Cup every four years.[7]
11+
The goalkeepers are the only players allowed to touch the ball with their hands or arms while it is in play and then only in their penalty area. Outfield players mostly use their feet to strike or pass the ball, but may use their head or torso to strike the ball instead. The team that scores the most goals by the end of the match wins. If the score is level at the end of the game, either a draw is declared or the game goes into extra time and/or a penalty shootout depending on the format of the competition. The Laws of the Game were originally codified in England by The Football Association in 1863. Association football is governed internationally by the International Federation of Association Football (FIFA; French: Fédération Internationale de Football Association) which organises a World Cup every four years.[7]

aboutme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ What else do you need?
1313

1414
### my history
1515

16-
To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](http://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions.
16+
To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](http://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions.

css/normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,4 +424,4 @@ table {
424424
td,
425425
th {
426426
padding: 0;
427-
}
427+
}

0 commit comments

Comments
 (0)