Procházet zdrojové kódy

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

Russell J. Hewett před 6 roky
rodič
revize
19c83715ef
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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 -}}