You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			13 lines
		
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
<div class="service service-summary">
 | 
						|
  {{ if .Params.icon }}
 | 
						|
  <div class="service-image">
 | 
						|
    <img src="{{ .Site.BaseURL }}{{ .Params.icon }}"/>
 | 
						|
  </div>
 | 
						|
  {{ end }}
 | 
						|
  <div class="service-content">
 | 
						|
    <h2 class="service-title">
 | 
						|
      <a href="{{ .Permalink }}">{{ .Title }}</a>
 | 
						|
    </h2>
 | 
						|
    {{ .Content | truncate 120 "..." }}
 | 
						|
  </div>
 | 
						|
</div> |