Files
website/layouts/shortcodes/caution.html
T
Seokho bdd953f0d3 Substitute en.toml for pedefined english shortcodes (#12418)
Rev Substitute en.toml for pedefined english shortcodes

Remove prefix Substitute en.toml for pedefined english shortcodes

Rev minor Substitute en.toml for pedefined english shortcodes
2019-02-14 17:32:53 -08:00

4 lines
118 B
HTML

<blockquote class="caution">
<div><strong>{{ T "caution" }}</strong> {{ .Inner | markdownify }}</div>
</blockquote>