Add icon to links
This commit is contained in:
parent
7ef2868e75
commit
30fd862b63
2 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ layout: default
|
|||
<ul class="posts row">
|
||||
{% for service in site.data.services %}
|
||||
<li class="col-6 col-sm-6 col-lg-4">
|
||||
<h2><a href="{{ service.url }}">{{ service.title }}</a></h2>
|
||||
<h2><span class="fa fa-{{ service.icon }}"></span> <a href="{{ service.url }}">{{ service.title }}</a></h2>
|
||||
<p>{{ service.text }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue