index.html 263 B

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