mirror of https://github.com/docker/docs.git
hugo: add restricted shortcode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
4df0ee12c5
commit
43810e618d
|
|
@ -0,0 +1,9 @@
|
||||||
|
<div class="px-4 border-l-2 border-l-magenta-light dark:border-l-magenta-dark">
|
||||||
|
<p class="not-prose flex gap-2 items-center text-magenta-light dark:text-magenta-dark">
|
||||||
|
<span class="icon-svg pb-1">
|
||||||
|
{{ partialCached "icon.html" "rocket_launch" "rocket_launch" }}
|
||||||
|
</span>
|
||||||
|
<strong>{{ .Get "title" | default "Restricted" }}</strong>
|
||||||
|
</p>
|
||||||
|
{{ .InnerDeindent | safe.HTML }}
|
||||||
|
</div>
|
||||||
Loading…
Reference in New Issue