mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	I never noticed this; you can read more of an article, but it doesn't really make any sense to "Read more" on an author.
		
			
				
	
	
		
			19 lines
		
	
	
		
			511 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			511 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <article class="summary-card">
 | |
|     <h2 class="summary-card-title">
 | |
|         <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
 | |
|         {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
 | |
|     </h2>
 | |
| 
 | |
|     {{ partial "page-metadata/author.html" . }}
 | |
| 
 | |
|     {{ with .Summary }}
 | |
|         <div class="summary-card-description">
 | |
|             {{ . }}
 | |
|         </div>
 | |
|     {{ end }}
 | |
| 
 | |
|     <div class="summary-card-readmore">
 | |
|         <a href="{{ .Permalink }}">{{ i18n "see_posts" }} →</a>
 | |
|     </div>
 | |
| </article>
 |