summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/maintain.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/maintain.html')
-rw-r--r--layouts/shortcodes/maintain.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/shortcodes/maintain.html b/layouts/shortcodes/maintain.html
new file mode 100644
index 0000000..a864eab
--- /dev/null
+++ b/layouts/shortcodes/maintain.html
@@ -0,0 +1,4 @@
+<ul class=ll>
+{{range.Site.RegularPages.ByTitle}}{{ if in .Params.tags "server" }}<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>