mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-09 10:18:43 +00:00
Globally mark out image links
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Find the image links and mark them
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
const MARK = "img-link";
|
||||
$("#main a").has("img").addClass(MARK);
|
||||
});
|
||||
Reference in New Issue
Block a user