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:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-06 05:30:20 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 05:30:20 +0300
commit835613ded38973e10206e6bc6fc8f07df860ab26 (patch)
tree49463a275f2b4bf20f3963c8c0c7e0f6bdfc38fb
parent75a0c50ce0c146d233fe3b62bf25ed65650f2c95 (diff)
slight cleanup of experience template
-rw-r--r--layouts/partials/experience.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
index 7f19f87..a23b72c 100644
--- a/layouts/partials/experience.html
+++ b/layouts/partials/experience.html
@@ -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>