mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-20 07:40:32 +00:00
Modify fontawesome selectors for v5.x
This commit is contained in:
parent
ddb8d4c5aa
commit
cca7fdeeb0
24 changed files with 71 additions and 70 deletions
static/js
|
@ -71,7 +71,7 @@ jQuery(document).ready(function() {
|
|||
var url = document.location.origin + document.location.pathname;
|
||||
var link = url + "#"+element[0].id;
|
||||
return " <span class='anchor' data-clipboard-text='"+link+"'>" +
|
||||
"<i class='fa fa-link fa-lg'></i>" +
|
||||
"<i class='fas fa-link fa-lg'></i>" +
|
||||
"</span>"
|
||||
;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue