portfolios_pgp/layouts/index.html
2021-12-31 12:44:26 +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 -}}