Fix making header linkable

This commit is contained in:
hossainemruz 2020-06-21 23:02:19 +06:00
parent ef7d0fe108
commit 0d7267f52a
2 changed files with 9 additions and 6 deletions

View file

@ -28,7 +28,7 @@
<h1>{{ .Page.Title }}</h1>
</div>
<div class="post-content">
<div class="post-content" id="post-content">
{{ .Page.Content }}
</div>