Преглед на файлове

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