Omphaloskepsis-2/layouts/partials/util/get_valid_rel_values.html.tmpl

8 lines
282 B
Cheetah
Raw Normal View History

2024-04-02 19:36:21 +00:00
<!--
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" -}}