Skip to content

Commit

Permalink
fix more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Aug 12, 2024
1 parent e8bb3e7 commit f615648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/_default/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h1>{{- (printf "%s&nbsp;" .Title ) | htmlUnescape -}}
</svg>
</h1>
{{- if .Description }}
{{/* CUSTOM: `p` instead of `div` for consistency */}}
{{- /* CUSTOM: `p` instead of `div` for consistency */}}
<p class="post-description">
{{ .Description }}
{{- .Description -}}
</p>
{{- end }}
{{- if not (.Param "hideMeta") }}
Expand All @@ -27,7 +27,7 @@ <h1>{{- (printf "%s&nbsp;" .Title ) | htmlUnescape -}}
<ul id="searchResults" aria-label="search results"></ul>
</div>

{{/* CUSTOM: combined search.html with terms.html */}}
{{- /* CUSTOM: combined search.html with terms.html */}}
<header class="page-header">
<h1>Tags</h1>
</header>
Expand Down

0 comments on commit f615648

Please sign in to comment.