13 lines
		
	
	
		
			699 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			699 B
		
	
	
	
		
			HTML
		
	
	
	
<article class="summary-compact">
 | 
						|
  <div class="summary-compact__flex-box">
 | 
						|
    {{ $params := .Params }}
 | 
						|
    <div class="summary-compact__meta">
 | 
						|
      <header>
 | 
						|
        <h5 class="title h6"><a href='{{ .Permalink }}'> {{ .Title }}</a> </h5>
 | 
						|
        <h6 class="subtitle caption"><span title="{{ i18n "tooltip-written" }}">🕓 {{ .Date.Format (i18n "summary-dateformat") }} </span> {{ if .GitInfo }} <span title="{{ i18n "tooltip-modified" }}"> · 📝 {{ .Lastmod.Format (i18n "summary-dateformat") }} </span> {{ end }} <span title="{{ i18n "tooltip-reading-time" }}"> · ☕{{ .ReadingTime }} {{ i18n "reading-time" }}</span></h6>
 | 
						|
      </header>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
  <hr />
 | 
						|
</article>
 |