aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-01-05 12:27:46 -0400
committerJoey Hess <joeyh@joeyh.name>2018-01-05 12:27:46 -0400
commit9ff9088636f6d065ac834a25a535e3dc86fde891 (patch)
treec4106375f3821677464c1a10ea952b93de9e5409 /t
parenta79ab9ed186112056d7f60e41e8d0760c2cc13f5 (diff)
downloadikiwiki-9ff9088636f6d065ac834a25a535e3dc86fde891.tar
ikiwiki-9ff9088636f6d065ac834a25a535e3dc86fde891.tar.gz
Remove openid provider icons from login selector
Remove openid provider icons from login selector, since openid providers are increasingly not working. Verisign retired theirs, and aol and yahoo/flickr are not commonly used for openid. Any users who still clicked those icons to login will need to instead enter their openid url. This commit was sponsored by andrea rota.
Diffstat (limited to 't')
-rwxr-xr-xt/meta.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/meta.t b/t/meta.t
index 3b26ee7d2..63c01937f 100755
--- a/t/meta.t
+++ b/t/meta.t
@@ -66,12 +66,6 @@ write_build_read_compare(
);
write_build_read_compare(
- 'enclosure',
- q{[[!meta enclosure="ikiwiki/login-selector/wordpress.png"]]},
- qr{<meta name="enclosure" content="/ikiwiki/login-selector/wordpress.png" />},
-);
-
-write_build_read_compare(
'author',
q{[[!meta author="Noodly J. Appendage"]]},
qr{<meta name="author" content="Noodly J. Appendage" />},