mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
9301947b25
git-subtree-dir: themes/gohugoioTheme git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
9 lines
318 B
HTML
9 lines
318 B
HTML
<aside class="admonition tip">
|
|
<div class="tip-icon">
|
|
{{partial "svg/exclamation.svg" .}}
|
|
</div>
|
|
<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}tip{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Tip{{end}}</h2> -->
|
|
<!-- <h3>Tip</h3> -->
|
|
<div class="admonition-content">{{- .Inner -}}</div>
|
|
</aside>
|