aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/body/education.html
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:16:25 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:16:25 +0300
commit0e0251936b3c267a6e760562e704c34d0e8666ad (patch)
treef4e83eb70d38664dfb0b27e699f0a626c797a745 /layouts/partials/body/education.html
parent91709c3567372bdf698f8fcb0b76915834bbffc1 (diff)
Organize sections
Diffstat (limited to 'layouts/partials/body/education.html')
-rw-r--r--layouts/partials/body/education.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/layouts/partials/body/education.html b/layouts/partials/body/education.html
deleted file mode 100644
index f32f6ba..0000000
--- a/layouts/partials/body/education.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{{ with .Site.GetPage "/education" }}
-<h3>Education</h3>
-<table>
- <tbody>
- {{ range sort (.Pages) "Params.end_date" "desc" }}
- <tr>
- <td><strong>{{ .Title }}</strong></td>
- <td style="text-align: right;">{{ with .Params.location}}{{ . }}{{ end }}</td>
- </tr>
- <tr>
- <td><em>{{ with .Params.degree}}{{ . }}{{ end }}</em>
- </td>
- <td style="text-align: right;"><em>
- {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} –
- {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }}</em>
- </td>
- </tr>
- {{ end }}
- </tbody>
-</table>
-{{ end }} \ No newline at end of file