Explorar el Código

Update single to work as a main block

tags/v1.0.0
Stefano Chiodino hace 6 años
padre
commit
17dc63605d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      layouts/_default/single.html

+ 3
- 1
layouts/_default/single.html Ver fichero

@@ -1,3 +1,5 @@
{{ define "main" }}

{{ partial "header.html" . }}

{{ partial "navigation.html" . }}
@@ -22,4 +24,4 @@
</div>
</section>

{{ partial "footer.html" . }}
{{ end }}

Cargando…
Cancelar
Guardar