فهرست منبع

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 }}