From 870e0655cba09cef70bfcf4f353676dd59b420d1 Mon Sep 17 00:00:00 2001 From: mms Date: Thu, 30 May 2024 23:36:19 +0200 Subject: feat: valid html button --- layouts/partials/buttons/valid_html.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/partials/buttons/valid_html.html (limited to 'layouts/partials/buttons/valid_html.html') 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) }} -- cgit v1.2.3