portfolios_lea-jean/layouts/index.html
2022-02-02 16:09:48 +01:00

10 lines
265 B
HTML

{{- define "main" -}}
{{ if not (isset site.Params "color_theme") }}
{{ errorf "Please complete the installation of academia by following the steps at https://sourcethemes.com/academic/docs/install/" }}
{{ end }}
{{ partial "widget_page.html" . }}
{{- end -}}