Skip to content

Commit 71488cd

Browse files
XhmikosRMylesBorins
authored andcommitted
Minor whitespace control tweaks.
1 parent d990797 commit 71488cd

20 files changed

+50
-54
lines changed

layouts/about-release-schedule.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>
@@ -23,8 +23,6 @@
2323
<small>{{ schedule-footer }}</small>
2424
</p>
2525

26-
27-
2826
</article>
2927

3028
</div>

layouts/about.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/announcements.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/blog-index.hbs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>
@@ -24,24 +24,24 @@
2424
{{/each}}
2525
</ul>
2626

27-
{{#if pagination}}
28-
<nav class="pagination">
29-
{{#if pagination.prev.path}}
30-
<a href="/{{ site.locale }}/{{ pagination.prev.path }}">&lt; Newer</a>
31-
{{/if}}
32-
33-
{{#if pagination.prev.path}}{{#if pagination.next.path}}
34-
|
35-
{{/if}}{{/if}}
36-
37-
{{#if pagination.next.path}}
38-
<a href="/{{ site.locale }}/{{ pagination.next.path }}">Older &gt;</a>
39-
{{/if}}
40-
</nav>
41-
{{/if}}
42-
</div>
43-
</div>
44-
45-
{{> footer }}
46-
</body>
47-
</html>
27+
{{#if pagination}}
28+
<nav class="pagination">
29+
{{#if pagination.prev.path}}
30+
<a href="/{{ site.locale }}/{{ pagination.prev.path }}">&lt; Newer</a>
31+
{{/if}}
32+
33+
{{#if pagination.prev.path}}{{#if pagination.next.path}}
34+
|
35+
{{/if}}{{/if}}
36+
37+
{{#if pagination.next.path}}
38+
<a href="/{{ site.locale }}/{{ pagination.next.path }}">Older &gt;</a>
39+
{{/if}}
40+
</nav>
41+
{{/if}}
42+
</div>
43+
</div>
44+
45+
{{> footer }}
46+
</body>
47+
</html>

layouts/blog-post.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/category-index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/contribute.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/docs.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/download-current.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

layouts/download-releases.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{site.locale}}" {{#if site.rtl}}dir="rtl"{{/if}}>
2+
<html lang="{{site.locale}}"{{#if site.rtl}} dir="rtl"{{/if}}>
33
{{> html-head }}
44

55
<body>

0 commit comments

Comments
 (0)