Forráskód Böngészése

Add barebones template for themes

Projects don't have specified page structures, so they need a very bare
template.
Apis Necros 2 éve
szülő
commit
22227107ba
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      layouts/projects/single.html

+ 4 - 0
layouts/projects/single.html

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