mirror of https://github.com/onweru/compose.git
add shortcode
layouts/shortcodes/tip.html New file @@ -0,0 +1,4 @@ {{- $type := .Get 0 }} <div class="tip{{ with $type }} tip_{{ . }}{{ end }}"> {{ markdownify .Inner }} </div>