浏览代码

Add barebones template for themes

Projects don't have specified page structures, so they need a very bare
template.
Apis Necros 2 年之前
父节点
当前提交
22227107ba
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      layouts/projects/single.html

+ 4 - 0
layouts/projects/single.html

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