mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	Change print button to an <a> to match the rest of the buttons
Also makes it have pointer cursor
This commit is contained in:
		| @@ -54,9 +54,10 @@ | |||||||
|     */}} |     */}} | ||||||
|  |  | ||||||
|     {{ if .Site.Params.shareButtons.print }} |     {{ if .Site.Params.shareButtons.print }} | ||||||
|         <button class="print-share" |         <a class="print-share" | ||||||
|  |            href="javascript:void(0)" | ||||||
|            onclick="window.print(); share_event('Print');"> |            onclick="window.print(); share_event('Print');"> | ||||||
|             {{- partial "icon.html" "printer" -}} |             {{- partial "icon.html" "printer" -}} | ||||||
|         </button> |         </a> | ||||||
|     {{ end }} |     {{ end }} | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user