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>