We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062f57e commit 38004edCopy full SHA for 38004ed
layouts/papers/single.html
@@ -3,7 +3,7 @@
3
{{/* <p class="d-none"> Rendered from /layouts/papers/single.html </p> */}}
4
5
<div class="my-3">
6
- <h2>{{ .Title }}</h2>
+ <h1>{{ .Title }}</h1>
7
</div>
8
9
{{ partial "paper-card" . }}
0 commit comments