mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-24 18:11:54 +00:00
Merge pull request #4 from decentraland/new-shortcodes
New shortcodes, 'info' and 'wip'
This commit is contained in:
commit
34918d009a
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