erynwells.me/layouts/shortcodes/resume_section.html

14 lines
365 B
HTML
Raw Normal View History

<header class="flex-date">
<h3>{{ .Get "company" }}: {{ .Get "team" }}</h3>
2021-10-05 20:44:33 -07:00
<span class="date">
{{ with .Get "from" }}
<time datetime="{{ . }} ">{{ . }}</time>
{{ end }}
2021-10-05 20:44:33 -07:00
{{ with .Get "to" }}
<time datetime="{{ . }}">{{ . }}</time>
{{ else }}
present
{{ end }}
</span>
</header>