Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
This commit is contained in:
		@@ -25,7 +25,10 @@ const addCopyButtons = () => {
 | 
			
		||||
                () => {
 | 
			
		||||
                    button.blur();
 | 
			
		||||
                    button.innerHTML = svgCheck;
 | 
			
		||||
                    setTimeout(() => (button.innerHTML = svgCopy), 2000);
 | 
			
		||||
                    setTimeout(() => {
 | 
			
		||||
                    	button.innerHTML = svgCopy
 | 
			
		||||
                    	button.style.borderColor = ""
 | 
			
		||||
                    }, 2000);
 | 
			
		||||
                },
 | 
			
		||||
                (error) => (button.innerHTML = "Error")
 | 
			
		||||
            );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user