Skip to content

Commit 0a77576

Browse files
committed
Fix double-paragraph in markdown
1 parent b767e91 commit 0a77576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ <h4 style="margin-top: 0; margin-bottom: 10px; font-size: 16px; ">
134134
</ul>
135135
</div>
136136
<div style="flex: 3; min-width: 300px; margin: 20px;">
137-
<p>{{page.site_disclaimer | markdownify}}</p>
138-
<p>{{page.site_privacy | markdownify}}</p>
137+
{{page.site_disclaimer | markdownify}}
138+
{{page.site_privacy | markdownify}}
139139
<p>
140140
{{page.site_copyright | markdownify | remove: '<p>' | remove: '</p>' | strip }} <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a><img src="/img/cc.svg" alt="CC0 logo" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="/img/zero.svg" alt="CC0 zero logo" style="max-width: 1em;max-height:1em;margin-left: .2em;">
141141
</p>

0 commit comments

Comments
 (0)