This repository has been archived on 2023-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
sophie-lewis-hugo/themes/sophie-lewis/layouts/shortcodes/cv-entry.html

4 lines
128 B
HTML

<div class="cv-entry">
<div class="job-date">{{ .Get "dates" }}</div>
<div class="job-title">{{ .Get "title" }}</div>
</div>