diff options
Diffstat (limited to 'layouts/shortcodes/presentations.html')
| -rw-r--r-- | layouts/shortcodes/presentations.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/presentations.html b/layouts/shortcodes/presentations.html new file mode 100644 index 0000000..0af2303 --- /dev/null +++ b/layouts/shortcodes/presentations.html @@ -0,0 +1,3 @@ +<section class="research presentations"> + {{ .Inner | markdownify }} +</section> |
