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.
14 lines
327 B
HTML
14 lines
327 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 }}
|
|
</div>
|
|
</div>
|