summaryrefslogtreecommitdiff
path: root/layouts/partials/buttons/valid_html.html
blob: 5da5837475f8529cfac1835c3f775ba3acce873b (plain)
1
2
3
{{- $path := printf "https://validator.w3.org/check?uri=%s" .Permalink }}

{{ partial "button-31" (dict "file" "html5.gif" "alt" "Valid HTML" "href" $path) }}