add services section
This commit is contained in:
parent
3943ddd64b
commit
fc096058db
3 changed files with 39 additions and 2 deletions
|
@ -27,6 +27,14 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>services</h2>
|
||||
<ul>
|
||||
{% for item in exposed_services %}
|
||||
<li><a href="{{ item.link }}" target="_blank" {% if item.handle %} title="{{ item.handle }}" {% endif %} rel="noopener noreferrer">{{ item.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue