mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-10 18:32:28 +00:00
Add themes in-tree
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<div class="jr__date-range">
|
||||
<span>{{ .context.startDate }}</span>
|
||||
<span>-</span>
|
||||
<span>
|
||||
{{- with .context.endDate -}}
|
||||
{{- . -}}
|
||||
{{- else -}}
|
||||
{{ .site.Params.jsonResume.present | default "present" }}
|
||||
{{- end -}}
|
||||
</span>
|
||||
</div>
|
Reference in New Issue
Block a user