diff options
Diffstat (limited to '')
| -rw-r--r-- | themes/hugo-book/layouts/_shortcodes/steps.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/_shortcodes/steps.html b/themes/hugo-book/layouts/_shortcodes/steps.html new file mode 100644 index 0000000..46cfaa1 --- /dev/null +++ b/themes/hugo-book/layouts/_shortcodes/steps.html @@ -0,0 +1,3 @@ +<div class="book-steps {{ with .Get "class" }}{{ . }}{{ end }}"> + {{ .Inner }} +</div>
\ No newline at end of file |
