move the readme.md content to hugo site
This commit is contained in:
4
docs/themes/hugo-material-docs/layouts/shortcodes/note.html
vendored
Normal file
4
docs/themes/hugo-material-docs/layouts/shortcodes/note.html
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">{{ .Get "title" }}</p>
|
||||
<p>{{ printf "%s" .Inner | markdownify }}</p>
|
||||
</div>
|
4
docs/themes/hugo-material-docs/layouts/shortcodes/warning.html
vendored
Normal file
4
docs/themes/hugo-material-docs/layouts/shortcodes/warning.html
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">{{ .Get "title" }}</p>
|
||||
<p>{{ printf "%s" .Inner | markdownify }}</p>
|
||||
</div>
|
Reference in New Issue
Block a user