Add weights to experience
This commit is contained in:
parent
3719fbed36
commit
9f285a1e7b
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
weight: 1
|
||||
workplace: Workplace
|
||||
location: City
|
||||
start_date: '{{ .Date }}'
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Artificial Intelligence Research Assistant
|
||||
weight: 3
|
||||
workplace: Southwestern University
|
||||
location: Georgetown, TX
|
||||
start_date: 2019-05-01
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Information Technology Support Specialist
|
||||
weight: 2
|
||||
workplace: Southwestern University
|
||||
location: Georgetown, TX
|
||||
start_date: 2018-09-01
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Undergraduate Research Assistant
|
||||
weight: 1
|
||||
workplace: Texas A&M University
|
||||
location: College Station, TX
|
||||
start_date: 2020-06-01
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ with .Site.GetPage "/experience"}}
|
||||
<h3>Experience</h3>
|
||||
{{ range sort (.Pages) "Params.start_date" "desc" }}
|
||||
{{ range .Pages }}
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user