mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-10 04:55:33 +00:00
change for lugo changes
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<header><h1>{{ .Title }}</h1></header>
|
||||
|
||||
{{ define "title" }}
|
||||
{{ .Title }}
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
|
||||
{{ $author := index .Site.Data.authors (.Params.author | default "default") }}
|
||||
{{- if $author -}}
|
||||
<h2>Contributor(s)</h2>
|
||||
@@ -29,5 +28,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
{{- end -}}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user