Selaa lähdekoodia

Add barebones template for themes

Projects don't have specified page structures, so they need a very bare
template.
Apis Necros 2 vuotta sitten
vanhempi
säilyke
22227107ba
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      layouts/projects/single.html

+ 4 - 0
layouts/projects/single.html

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