Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/ruby.html')
-rw-r--r--layouts/shortcodes/ruby.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/ruby.html b/layouts/shortcodes/ruby.html
new file mode 100644
index 0000000..408935b
--- /dev/null
+++ b/layouts/shortcodes/ruby.html
@@ -0,0 +1,3 @@
+<ruby>
+ {{ .Get "rb" }} <rp> (</rp><rt>{{ .Get "rt" }}</rt><rp>) </rp>
+</ruby>