mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
commit
c8e6161b21
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jQuery(document).ready(function() {
|
||||||
var text, clip = new Clipboard('.anchor');
|
var text, clip = new Clipboard('.anchor');
|
||||||
$("h1~h2,h1~h3,h1~h4,h1~h5,h1~h6").append(function(index, html){
|
$("h1~h2,h1~h3,h1~h4,h1~h5,h1~h6").append(function(index, html){
|
||||||
var element = $(this);
|
var element = $(this);
|
||||||
var url = document.location.origin + document.location.pathname;
|
var url = encodeURI(document.location.origin + document.location.pathname);
|
||||||
var link = url + "#"+element[0].id;
|
var link = url + "#"+element[0].id;
|
||||||
return " <span class='anchor' data-clipboard-text='"+link+"'>" +
|
return " <span class='anchor' data-clipboard-text='"+link+"'>" +
|
||||||
"<i class='fas fa-link fa-lg'></i>" +
|
"<i class='fas fa-link fa-lg'></i>" +
|
||||||
|
|
Loading…
Add table
Reference in a new issue