diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index d968e01..f301926 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -1,4 +1,4 @@ -{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198" "http://www.tuxmachines.org/node/148146" "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/" "https://bbbhltz.space/posts/thoughts-on-tech-feb2021/" "https://jorts.horse/@alice/108477866954580532") -}} +{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198" "http://www.tuxmachines.org/node/148146" "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/" "https://bbbhltz.space/posts/thoughts-on-tech-feb2021/" "https://jorts.horse/@alice/108477866954580532" "https://revi.blog/P167") -}}

Web­mentions

diff --git a/linter-configs/htmltest.yml b/linter-configs/htmltest.yml index b123eb0..3fac7bb 100644 --- a/linter-configs/htmltest.yml +++ b/linter-configs/htmltest.yml @@ -51,6 +51,6 @@ IgnoreURLs: - "https://bugs.debian.org/cgi-bin/bugreport.cgi" # - "https://forum.kuketz-blog.de/viewtopic.php?p=78202" # manual check: blocks crawlers - "https://forum.kuketz-blog.de/viewtopic.php" - - "https://web.archive.org/web/0/http" # the wayback machine itself. + - "https://web.archive.org/" # the wayback machine itself. - "https://webring.yesterweb.org/noJS/index.php" # Seems to block htmltest; check manually OutputDir: "linter-configs/htmltest"