mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 10:03:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			422 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			422 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ if and .Site.Params.gitFileURL .File.Path }}
 | |
|     <span class="post-meta-item">
 | |
|         {{ with .Site.Params.gitFileIcon }}
 | |
|             {{ partial "icon.html" . }}
 | |
|         {{ else }}
 | |
|             {{ partial "icon.html" "file" }}
 | |
|         {{ end }}
 | |
| 
 | |
|         <a href="{{ printf "%s/content/%s" .Site.Params.gitFileURL .File.Path }}" target="_blank" rel="noopener">
 | |
|             View source
 | |
|         </a>
 | |
|     </span>
 | |
| {{ end }}
 |