erynwells.me/layouts/shortcodes/resume_section.html

4 lines
No EOL
194 B
HTML

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