summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/services.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/services.html')
-rw-r--r--layouts/shortcodes/services.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/shortcodes/services.html b/layouts/shortcodes/services.html
new file mode 100644
index 0000000..877140d
--- /dev/null
+++ b/layouts/shortcodes/services.html
@@ -0,0 +1,4 @@
+<ul id=servicelist>
+{{range.Site.RegularPages.ByTitle}}{{ if in .Params.tags "service" }}<li><a href="{{.Permalink}}">{{ with .Params.icon }}<img src="pix/{{ . }}">{{ end }}<span class=title>{{.Title}}</span>{{ with .Params.short_desc }}<span class=desc>{{ . }}</span>{{ end }}</a><span class=tags>{{.Params.Tags}}</span></li>
+{{ end }}{{ end }}
+</ul>