Skip to content

Commit c22d7d8

Browse files
layouts: add spacing between title h1 and content
homepage unaffected by this change
1 parent b2a4d03 commit c22d7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<!-- FLASHCARTS WIKI CHANGE START: add h1 to all pages except homepage using page.title -->
2525
{% unless page.homepage == true %}
2626
<h1>{{ page.title }}</h1>
27+
<br>
2728
{% endunless %}
2829
<!-- FLASHCARTS WIKI CHANGE END -->
2930
{% assign content = content | replace: "<table>", '<div class="table-responsive"><table class="table">' | replace: "</table>", "</table></div>" %}

0 commit comments

Comments
 (0)