ソースを参照

refactor(baseof): partial should not be a full page template

Russell J. Hewett 6 年 前
コミット
19c83715ef
1 ファイル変更0 行追加4 行削除
  1. 0 4
      layouts/partials/widget_page.html

+ 0 - 4
layouts/partials/widget_page.html

@@ -1,5 +1,3 @@
-{{- define "main" -}}
-
 {{/* Notify JS that this is a widget page */}}
 <span class="js-widget-page d-none"></span>
 
@@ -74,5 +72,3 @@
     {{if $use_container}}</div>{{end}}
   </section>
 {{ end }}
-
-{{- end -}}