Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/designs/list.html')
-rw-r--r--layouts/designs/list.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/designs/list.html b/layouts/designs/list.html
new file mode 100644
index 0000000..09b0af5
--- /dev/null
+++ b/layouts/designs/list.html
@@ -0,0 +1,8 @@
+{{ partial "header" .}}
+
+<h2>{{ .Data.Term | humanize }}</h2>
+{{ range .Data.Pages }}
+ {{ partial "portfolio/item" .}}
+{{ end }}
+
+{{ partial "footer" .}} \ No newline at end of file