slight cleanup of experience template

This commit is contained in:
Jerry Kiely 2019-11-06 02:30:20 +00:00
parent 75a0c50ce0
commit 835613ded3

View file

@ -12,9 +12,6 @@
<p>{{ with .details }}{{ . | markdownify }}{{ end }}</p>
<ul class="resume-list">
{{ range .items }}
<!--
<li><span class="resume-degree font-weight-bold">{{ .heading }}</span> {{ with .details }}{{ . | markdownify }}{{ end }}</li>
-->
<li>{{ with .details }}{{ . | markdownify }}{{ end }}</li>
{{ end }}
</ul>