First batch of day one
This commit is contained in:
6
themes/hugo-theme-relearn/layouts/partials/initial.html
Normal file
6
themes/hugo-theme-relearn/layouts/partials/initial.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{- if not .Title }}
|
||||
{{- $title := .Site.Title }}
|
||||
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
||||
{{- end }}
|
||||
|
||||
{{- "layouts/partials/initial.md" | readFile | .RenderString }}
|
||||
Reference in New Issue
Block a user