Omphaloskepsis-2/layouts/partials/util/get_valid_rel_values.html.tmpl
2024-04-02 20:36:21 +01:00

8 lines
282 B
Cheetah

<!--
Returns a list of valid values for the `rel` HTML attribute.
@returns slice
-->
{{- return slice "alternate" "author" "external" "help" "license" "me" "next" "nofollow" "noopener" "noreferrer" "opener" "prev" "privacy-policy" "search" "tag" "terms-of-service" -}}