summaryrefslogtreecommitdiff
path: root/layouts/partials/buttons/valid_html.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-30 23:36:19 +0200
committermms <michal@sapka.me>2024-05-30 23:36:19 +0200
commit870e0655cba09cef70bfcf4f353676dd59b420d1 (patch)
tree5a20bd2df8ce42569568a5bea7ddfae9d786bb5f /layouts/partials/buttons/valid_html.html
parentf913033d24194f865dcb9c91874cf384edfdd854 (diff)
feat: valid html button
Diffstat (limited to 'layouts/partials/buttons/valid_html.html')
-rw-r--r--layouts/partials/buttons/valid_html.html3
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) }}