mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Switch themes to minimo
This commit is contained in:
19
themes/minimo/layouts/index.html
Normal file
19
themes/minimo/layouts/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
{{ if .Content }}
|
||||
<div class='entry'>
|
||||
{{ partial "entry/cover" . }}
|
||||
{{ partial "entry/content" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{- $homepageWidgets := .Site.Params.widgets.homepage -}}
|
||||
{{- if $homepageWidgets -}}
|
||||
<div class='home-widgets'>
|
||||
<div class='container sep-before'>
|
||||
{{- partial "extras/widget_area" ( dict "Widgets" $homepageWidgets "Scope" . ) -}}
|
||||
</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
|
||||
{{ partial "footer" . }}
|
Reference in New Issue
Block a user