index.html 340 B

1234567891011
  1. {{- define "main" -}}
  2. {{/* Check that user fully installed Academic. */}}
  3. {{ if not (isset site.Params "theme") }}
  4. {{ errorf "Please complete the installation of Academic by following the steps at https://sourcethemes.com/academic/docs/install/" }}
  5. {{ end }}
  6. {{/* Generate homepage. */}}
  7. {{ partial "widget_page.html" . }}
  8. {{- end -}}