portfolios_lea-jean/layouts/index.html

10 lines
265 B
HTML
Raw Normal View History

2022-02-02 16:09:48 +01:00
{{- 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 -}}