We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3597cd9 commit cf0e999Copy full SHA for cf0e999
1 file changed
layouts/index.html
@@ -17,7 +17,7 @@
17
<div id="content" class="p-3">
18
<img src="{{ "img/logo.svg" | absURL }}" alt="Profile picture" class="mx-auto my-4" />
19
<h1 class="text-center">{{ .Params.heading }}</h1>
20
- <div class="lead">
+ <div class="lead text-center">
21
{{ with .Content }}
22
{{ . }}
23
{{ end }}
0 commit comments