mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Indent consistently with 2 spaces
This commit is contained in:
		
							parent
							
								
									cf116ca468
								
							
						
					
					
						commit
						1385f95d7f
					
				
					 11 changed files with 86 additions and 86 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
<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 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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue