erynwells.me/layouts/shortcodes/resume_section.html
2021-10-05 20:44:33 -07:00

14 lines
No EOL
364 B
HTML

<header class="flex-date">
<h3>{{ .Get "company" }}: {{ .Get "team" }}</h3>
<span class="date">
{{ with .Get "from" }}
<time datetime="{{ . }} ">{{ . }}</time>
{{ end }}
to
{{ with .Get "to" }}
<time datetime="{{ . }}">{{ . }}</time>
{{ else }}
present
{{ end }}
</span>
</header>