Skip to content

Commit

Permalink
fix #47: add the class "container" to the terms template so the searc…
Browse files Browse the repository at this point in the history
…h button can find the element to insert search results
  • Loading branch information
yihui committed Oct 23, 2023
1 parent aba7a3e commit 5fb2abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/terms.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ partial "header.html" . }}

<main>
<main class="container">
<h1>{{ .Title }}</h1>

<ul class="terms">
Expand Down

0 comments on commit 5fb2abf

Please sign in to comment.