Explorar el Código

Update list to be a main block

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

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

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

{{ partial "header.html" . }}

{{ partial "navigation.html" . }}
@@ -31,4 +33,4 @@
</section>
{{"<!-- /blog -->" | safeHTML}}

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

Cargando…
Cancelar
Guardar