We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a4d03 commit c22d7d8Copy full SHA for c22d7d8
_layouts/default.html
@@ -24,6 +24,7 @@
24
<!-- FLASHCARTS WIKI CHANGE START: add h1 to all pages except homepage using page.title -->
25
{% unless page.homepage == true %}
26
<h1>{{ page.title }}</h1>
27
+ <br>
28
{% endunless %}
29
<!-- FLASHCARTS WIKI CHANGE END -->
30
{% assign content = content | replace: "<table>", '<div class="table-responsive"><table class="table">' | replace: "</table>", "</table></div>" %}
0 commit comments