Merge pull request #8 from DuncanmaMSFT/patch-1
Updating to make post title it's H1 on single page
This commit is contained in:
commit
e08f9b64ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
|
||||
<article>
|
||||
<h2 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2>
|
||||
<h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||
|
||||
{{- if .Params.toc }}
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue