Add TODO shortcode
This commit is contained in:
parent
fe0437eabf
commit
a9958edaa2
3
themes/vanilla/layouts/shortcodes/todo
Normal file
3
themes/vanilla/layouts/shortcodes/todo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<div style="background-color: tomato; color: white; padding: 10px;">
|
||||||
|
<em>TODO: </em>{{ .Inner }}
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user