mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			704 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			704 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{/* put comments CSS here instead of in <head> so that it doesn't get
 | |
|    * loaded unnecessarily on regular pages
 | |
|    */}}
 | |
| {{ with resources.Get "css/comments.css" | fingerprint "sha512" }}
 | |
|     <link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
 | |
| {{ end }}
 | |
| 
 | |
| <h2>Comments</h2>
 | |
| <p class="email-address-notice">
 | |
|     If you provide an email address, you can enable notifications for
 | |
|     replies to your comment. It will not be shown publicly.
 | |
| </p>
 | |
| 
 | |
| <noscript>
 | |
|     <p class="enable-javascript-notice">
 | |
|         Enable JavaScript to see the comment section.
 | |
|     </p>
 | |
| </noscript>
 | |
| 
 | |
| <section id="isso-thread" data-title="{{ .Title }}"></section>
 |