rename .html.tmpl
files to .html
This commit is contained in:
parent
438fdbe22d
commit
37da8acf5a
27 changed files with 29 additions and 29 deletions
7
layouts/partials/util/get_valid_rel_values.html
Normal file
7
layouts/partials/util/get_valid_rel_values.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!--
|
||||
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" -}}
|
Loading…
Add table
Add a link
Reference in a new issue