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