fix: copy code block logic for non code pages
This commit is contained in:
		
							parent
							
								
									f54df35767
								
							
						
					
					
						commit
						aaf31f419e
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -56,9 +56,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  {{ if $.Site.Data.config.enableCodeBlockCopy }}
 | 
					  {{ if $.Site.Data.config.enableCodeBlockCopy }}
 | 
				
			||||||
  {{ $clipboard := resources.Get "js/clipboard.js" | resources.Fingerprint "md5" | resources.Minify }}
 | 
					  {{ $clipboard := resources.Get "js/clipboard.js" | resources.Fingerprint "md5" | resources.Minify }}
 | 
				
			||||||
  {{ if (findRE "<pre" .Content 1) }}
 | 
					  <script src="{{$clipboard.Permalink}}"></script>
 | 
				
			||||||
    <script src="{{$clipboard.Permalink}}"></script>
 | 
					 | 
				
			||||||
  {{ end }}
 | 
					 | 
				
			||||||
  {{ end }}
 | 
					  {{ end }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!--  Preload page vars  -->
 | 
					  <!--  Preload page vars  -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue