瀏覽代碼

fix: 9263fcd3c9974a577c5d5492afb6dbeeff17fbb0

gcushen 6 年之前
父節點
當前提交
c2455378cc
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      layouts/index.html

+ 3 - 1
layouts/index.html

@@ -1,7 +1,9 @@
+{{- define "main" -}}
+
 {{ if not (isset site.Params "color_theme") }}
   {{ errorf "Please complete the installation of Academic by following the steps at https://sourcethemes.com/academic/docs/install/" }}
 {{ end }}
 
-{{- define "main" -}}
 {{ partial "widget_page.html" . }}
+
 {{- end -}}