aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layouts/research/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/research/single.html')
-rw-r--r--layouts/research/single.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/research/single.html b/layouts/research/single.html
new file mode 100644
index 0000000..01ecb9e
--- /dev/null
+++ b/layouts/research/single.html
@@ -0,0 +1,15 @@
+{{ define "main" }}
+ {{ if .Params.abstract }}
+ <section class="research abstract">
+ <h2>Abstract</h2>
+ <blockquote>
+ {{ .Params.abstract }}
+ </blockquote>
+ </section>
+ {{ end }}
+ {{ .Content }}
+{{ end }}
+
+{{ define "footer" }}
+ {{ partial "meta-tag_nav.html" . }}
+{{ end }}