mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-28 10:32:46 +00:00
Globally mark out image links
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/*
|
||||
* Find out the <a> tag contains an image and mark it.
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
const MARK = "img-hyperlink";
|
||||
$("a:has(img)").addClass(MARK);
|
||||
});
|
||||
Reference in New Issue
Block a user