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

experience.html « accordion « partials « layouts - github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2c51d3ab7674b4ca75638bcb375f38bf95870de (plain)
1
2
3
4
5
6
7
8
9
10
{{ range.Site.Params.experience.list }}
<h4 style="text-decoration: underline;">{{ .position }}</h4>
<p {{if .details }}class="mb-0"{{ end }}>
  {{ .dates | markdownify }} &middot; {{ if .url }}
  <a href="{{ .url }}">{{ .company }}</a>
  {{ else }} {{ .company }} {{ end }}
</p>
<p>{{ .details | markdownify }}</p>

{{ end }}