diff options
Diffstat (limited to 'layouts/partials/buttons/valid_html.html')
-rw-r--r-- | layouts/partials/buttons/valid_html.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/buttons/valid_html.html b/layouts/partials/buttons/valid_html.html new file mode 100644 index 0000000..5da5837 --- /dev/null +++ b/layouts/partials/buttons/valid_html.html @@ -0,0 +1,3 @@ +{{- $path := printf "https://validator.w3.org/check?uri=%s" .Permalink }} + +{{ partial "button-31" (dict "file" "html5.gif" "alt" "Valid HTML" "href" $path) }} |