Browse Source

Add barebones template for themes

Projects don't have specified page structures, so they need a very bare
template.
Apis Necros 2 năm trước cách đây
mục cha
commit
22227107ba
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      layouts/projects/single.html

+ 4 - 0
layouts/projects/single.html

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