portfolios_pgp/layouts/index.html

10 lines
265 B
HTML
Raw Normal View History

2021-12-31 12:44:26 +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 -}}