mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2025-02-05 06:00:02 +00:00
slight cleanup of experience template
This commit is contained in:
parent
75a0c50ce0
commit
835613ded3
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue