From b6adb542712ec3ef059df3d108c09f6276cbe3d4 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Tue, 1 Feb 2022 07:47:02 -0500 Subject: [PATCH] Update footer --- config.toml | 9 +++++++-- layouts/index.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index d319fc5..8aef5db 100644 --- a/config.toml +++ b/config.toml @@ -78,12 +78,17 @@ date = ["date", ":filename", ":default"] url = "mailto:hello@ethanyoo.com" weight = 1 +[[menu.footer]] + name = "Digital badges" + url = "https://www.credly.com/users/ethanyoo/badges" + weight = 2 + [[menu.footer]] name = "Privacy" url = "/privacy/" - weight = 2 + weight = 3 [[menu.footer]] name = "Public key" url = "/ethan.asc.txt" - weight = 3 + weight = 4 diff --git a/layouts/index.html b/layouts/index.html index 60d7fdd..4fe295b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,7 +15,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi Photo of an East Asian man standing in front of a brick wall while looking away from the camera. -

As an advocate for digital rights and free culture, I maintain a page with useful resources. I am currently an AmeriCorps VISTA member supporting program evaluation.

+

As an advocate for digital rights and free culture, I maintain a page with useful resources. I am currently serving as an AmeriCorps VISTA member, building capacity in data analysis and visualization.

{{- end }}