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

github.com/darshanbaral/aafu.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.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
index 055820c..b799373 100644
--- a/layouts/partials/experience.html
+++ b/layouts/partials/experience.html
@@ -4,8 +4,13 @@
{{ .position }}
</dt>
<dd class="mb-0 ml-3">
- <span class="markdownify">{{ .dates | markdownify }}</span> &middot; {{ if .link }}<a href="{{ .link }}">{{ .company }}</a
- >{{ else }} {{ .company }} {{ end }}
+ <span class="markdownify">{{ .dates | markdownify }}</span>
+ &middot;
+ {{ if .link }}
+ <a href="{{ .link }}">{{ .company }}</a>
+ {{ else }}
+ {{ .company }}
+ {{ end }}
</dd>
<dd class="mb-0 ml-4 markdownify">{{ .details | markdownify }}</dd>
</dl>