diff --git a/layouts/partials/article/flux-contrib.html b/layouts/partials/article/flux-contrib.html index 61bd2f794..3bf7a7368 100644 --- a/layouts/partials/article/flux-contrib.html +++ b/layouts/partials/article/flux-contrib.html @@ -7,14 +7,17 @@ {{ $name := replaceRE `^\w*\.\w*\(\)` "$0" .Title }}

- The {{ $name | safeHTML }} is a user-contributed function maintained by the package author. + The {{ $name | safeHTML }} is a user-contributed function maintained by + the package author and can + be updated or removed at any time.

{{ else if eq .Kind "section" }}

The {{ if $.Params.list_title }}{{ $.Params.list_title }}{{ else }}{{ .Title }}{{ end }} - is a user-contributed package maintained by the package author. + is a user-contributed package maintained by the package author + and can be updated or removed at any time.

{{ end }}