aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/layouts/partials/service.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ymherklotz/layouts/partials/service.html')
-rw-r--r--themes/ymherklotz/layouts/partials/service.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/ymherklotz/layouts/partials/service.html b/themes/ymherklotz/layouts/partials/service.html
new file mode 100644
index 0000000..9d3abf7
--- /dev/null
+++ b/themes/ymherklotz/layouts/partials/service.html
@@ -0,0 +1,13 @@
+<table class="news">
+ <tbody>
+ {{ with $.Site.Data.service.pc }}
+ {{ partial "service-single.html" . }}
+ {{ end }}
+ {{ with $.Site.Data.service.artefactreview }}
+ {{ partial "service-single.html" . }}
+ {{ end }}
+ {{ with $.Site.Data.service.subreview }}
+ {{ partial "service-single.html" . }}
+ {{ end }}
+ </tbody>
+</table>