Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/experience.html')
-rw-r--r--layouts/partials/experience.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
index d930f7c..7f19f87 100644
--- a/layouts/partials/experience.html
+++ b/layouts/partials/experience.html
@@ -12,7 +12,10 @@
<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>
</div>