Skip to content

Commit 38004ed

Browse files
committed
fixed h1 to make sure pagefind will show the image
1 parent 062f57e commit 38004ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/papers/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{/* <p class="d-none"> Rendered from /layouts/papers/single.html </p> */}}
44

55
<div class="my-3">
6-
<h2>{{ .Title }}</h2>
6+
<h1>{{ .Title }}</h1>
77
</div>
88

99
{{ partial "paper-card" . }}

0 commit comments

Comments
 (0)