mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 11:41:27 +00:00
shortcodes: add 'info' and 'wip'
This commit is contained in:
parent
785e8e80a8
commit
a25e9a7f2f
5
layouts/shortcodes/info.html
Normal file
5
layouts/shortcodes/info.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<div class="ui blue message">
|
||||||
|
<div class="content">
|
||||||
|
<p>{{ .Inner | markdownify }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
11
layouts/shortcodes/wip.html
Normal file
11
layouts/shortcodes/wip.html
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<div class="ui yellow message">
|
||||||
|
<div class="content">
|
||||||
|
<div class="header">
|
||||||
|
Work in Progress
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
This section is incomplete. Sorry! Give us some time to continue expanding the documentation,
|
||||||
|
and we'll have great content for you here.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user