Updated Mwaselela headshot

This commit is contained in:
Nathan Schneider
2025-05-05 11:29:49 -06:00
parent 32eae7cc8e
commit 29adbecffa
3 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ git push origin
git push origin main:publish git push origin main:publish
``` ```
A push to `publish` should trigger a pipeline in GitLab to deploy the site. A push to `publish` should trigger a pipeline in GitLab to deploy the site. If it doesn't, check for errors in Gitea and GitLab.
## Interviews ## Interviews

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 870 KiB

View File

@ -30,4 +30,4 @@
{{ partial "related-interviews" (dict "page" . "topics" .Params.topics "limit" 3) }} {{ partial "related-interviews" (dict "page" . "topics" .Params.topics "limit" 3) }}
</aside> </aside>
<div class="text-center my-12"><a href="/">Go Home</a></div> <div class="text-center my-12"><a href="/">Go Home</a></div>
{{ end }} {{ end }}