From 831443c52c6be69b515475f64831e697b1ae2d16 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 12 Jan 2021 16:55:16 -0800 Subject: [PATCH] Valid HTML: fix img tags Images should be specified acc. to pixelsize, according to the HTML spec. "em" is out. Specifying the mimetype in those contexts isn't allowed. --- layouts/shortcodes/indieweb-author.html | 2 +- layouts/shortcodes/indieweb-icon.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/indieweb-author.html b/layouts/shortcodes/indieweb-author.html index 0da1e42..c28a4cc 100644 --- a/layouts/shortcodes/indieweb-author.html +++ b/layouts/shortcodes/indieweb-author.html @@ -1,4 +1,4 @@ {{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "md5" -}} - diff --git a/layouts/shortcodes/indieweb-icon.html b/layouts/shortcodes/indieweb-icon.html index adc7447..89add8b 100644 --- a/layouts/shortcodes/indieweb-icon.html +++ b/layouts/shortcodes/indieweb-icon.html @@ -1,3 +1,3 @@ {{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "md5" -}} -Rohan Kumar +Rohan Kumar