From 13e97b8fd5a0607f0b7b8b7ca6417c2e79ec540f Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 4 Aug 2020 08:52:08 -0600 Subject: [PATCH] updated note about contrib packages --- layouts/partials/article/flux-contrib.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 }}