mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="media list-page-item mb-3" data-id="{{ with .File}}{{ .File.UniqueID }}{{ end }}">
 | 
						|
  <div class="media-body">
 | 
						|
    <a href="{{ .RelPermalink }}">
 | 
						|
      <h5 class="my-0">{{ .Title }}</h5>
 | 
						|
    </a>
 | 
						|
    <small>{{ partial "content-details.html" . }}</small>
 | 
						|
    <p>{{ partial "summary.html" . }}</p>
 | 
						|
  </div>
 | 
						|
</div>
 |