We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505cd45 commit a5bc0adCopy full SHA for a5bc0ad
_data/clients.yml
@@ -0,0 +1,6 @@
1
+- name: Svea Ekonomi
2
+- name: Norconsult Astando
3
+- name: Insplanet
4
+- name: Open Payments
5
+- name: Adlibris
6
+- name: Betsson Group
cv.html
@@ -146,4 +146,8 @@ <h3>Building the right software right</h3>
146
<h2>Unique Selling Points</h2>
147
<ul>{% for usp in site.usp %}<li>{{ usp.excerpt | replace: '<p>', '' | replace: '</p>', '' | strip }}</li>{% endfor %}</ul>
148
</section>
149
+ <template id="clients" data-source="{{ page.url | absolute_url }}#clients">
150
+ <h2>Clients</h2>
151
+ <ul>{% for client in site.data.clients %}<li>{{ client.name }}</li>{% endfor %}</ul>
152
+ </template>
153
</main>
0 commit comments