diff options
Diffstat (limited to 'layouts/_shortcodes')
| -rw-r--r-- | layouts/_shortcodes/email.html | 1 | ||||
| -rw-r--r-- | layouts/_shortcodes/marginnote.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_shortcodes/email.html b/layouts/_shortcodes/email.html new file mode 100644 index 0000000..7363f60 --- /dev/null +++ b/layouts/_shortcodes/email.html @@ -0,0 +1 @@ +<span class="email">jhand@<span>manoa.</span><span>hawaii.</span>edu</span>
\ No newline at end of file diff --git a/layouts/_shortcodes/marginnote.html b/layouts/_shortcodes/marginnote.html new file mode 100644 index 0000000..5a3defc --- /dev/null +++ b/layouts/_shortcodes/marginnote.html @@ -0,0 +1 @@ +<span class="marginnote_indicator">⊕</span><span class="marginnote">{{ .Inner | .Page.RenderString }}</span> |
