moebooru: use the image url as the canonical url.

This commit is contained in:
evazion
2018-09-16 20:52:10 -05:00
parent d9ce953752
commit 4a99cb098f
2 changed files with 5 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ module Sources
return url
end
def canonical_url
image_url
end
def profile_url
return url
end