3e13c5ea2d
* Add support for multiple pages * Add support to reorder and move features to columns and pages * Add support for new sections with generic widgets
7 lines
207 B
HTML
7 lines
207 B
HTML
{{ range .Data.education }}
|
|
<div class="item">
|
|
<h2 class="item-title">{{ .name }}</h2>
|
|
<span>{{ .university }}</span><br>
|
|
<span>{{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }}</span>
|
|
</div>
|
|
{{ end }}
|