updated note about contrib packages
parent
6abdfe6dcb
commit
13e97b8fd5
|
@ -7,14 +7,17 @@
|
||||||
{{ $name := replaceRE `^\w*\.\w*\(\)` "<code>$0</code>" .Title }}
|
{{ $name := replaceRE `^\w*\.\w*\(\)` "<code>$0</code>" .Title }}
|
||||||
<div class="note block">
|
<div class="note block">
|
||||||
<p>
|
<p>
|
||||||
The {{ $name | safeHTML }} is a user-contributed function maintained by the <a href="#package-author-and-maintainer">package author</a>.
|
The {{ $name | safeHTML }} is a user-contributed function maintained by
|
||||||
|
the <a href="#package-author-and-maintainer">package author</a> and can
|
||||||
|
be updated or removed at any time.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{ else if eq .Kind "section" }}
|
{{ else if eq .Kind "section" }}
|
||||||
<div class="note block">
|
<div class="note block">
|
||||||
<p>
|
<p>
|
||||||
The {{ if $.Params.list_title }}{{ $.Params.list_title }}{{ else }}{{ .Title }}{{ end }}
|
The {{ if $.Params.list_title }}{{ $.Params.list_title }}{{ else }}{{ .Title }}{{ end }}
|
||||||
is a user-contributed package maintained by the <a href="#package-author-and-maintainer">package author</a>.
|
is a user-contributed package maintained by the <a href="#package-author-and-maintainer">package author</a>
|
||||||
|
and can be updated or removed at any time.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue