mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
Fix np
This commit is contained in:
parent
68d795ed4d
commit
b2bfdb95cf
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{{ define "title" }}
|
||||
<h1 class="bold-title is-1">{{ (.Site.GetPage "section" "/blog").Title }}</h1>
|
||||
{{ with .Site.GetPage "section" "/blog" }}
|
||||
<h1 class="bold-title is-1">{{ .Title }}</h1>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
|
|
Loading…
Reference in a new issue