Add text to services
This commit is contained in:
parent
375b706021
commit
9d5d076b9c
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ layout: default
|
|||
{% for service in site.data.services %}
|
||||
<li class="col-6 col-sm-6 col-lg-4">
|
||||
<h2><a class="post-link" href="{{ service.url }}">{{ service.title }}</a></h2>
|
||||
<p>{{ service.text }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue