Sfoglia il codice sorgente

Add barebones template for themes

Projects don't have specified page structures, so they need a very bare
template.
Apis Necros 2 anni fa
parent
commit
22227107ba
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      layouts/projects/single.html

+ 4 - 0
layouts/projects/single.html

@@ -0,0 +1,4 @@
+
+{{ define "main" }}
+    {{ .Content }}
+{{ end }}