mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			459 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			459 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="author">
 | |
|     <h2 class="author-name">
 | |
|         <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
 | |
|         {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
 | |
|     </h2>
 | |
| 
 | |
|     {{ partial "post-metadata/author.html" . }}
 | |
| 
 | |
|     <div class="author-description">
 | |
|         {{ partial "description-or-summary.html" . }}
 | |
|     </div>
 | |
| 
 | |
|     <div class="readmore">
 | |
|         <a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
 | |
|     </div>
 | |
| </div>
 |