mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-02-16 20:39:48 +03:00
Merge pull request #3 from sgaduuw/sgaduuw-fix-h1
Fix h1 close tag for post-title
This commit is contained in:
commit
6a0931d54a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<div class="post">
|
||||
<h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2>
|
||||
<h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||
<div class="post-meta">
|
||||
<span class="post-date">
|
||||
{{ .Date.Format "2006-01-02" }}
|
||||
|
|
Loading…
Add table
Reference in a new issue