From 1693b1d59b5b199599c87fb88de7d25f12873328 Mon Sep 17 00:00:00 2001 From: taco Date: Tue, 16 Apr 2024 23:03:08 -0400 Subject: [PATCH] update content --- content/about/_index.md | 4 +++- themes/corazon/layouts/partials/head.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/about/_index.md b/content/about/_index.md index 5bb4fd7..ef0877b 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -2,6 +2,8 @@ title = 'about' draft = false menus = 'main' +images = ['about/taco.png'] +description = 'but who is taco? and how much does it weigh?' +++ {{< figure src="taco.png" alt="a smiling cartoon taco with little legs" attr="art by [heyheymomo](https://www.heyheymomo.com/)">}} @@ -19,6 +21,6 @@ Daniel holds a Bachelors in Multidisciplinary Studies (BMdS) from [West Virginia * πŸ‡ͺπŸ‡Έ Spanish * πŸ‡ͺπŸ‡¨πŸ‡¨πŸ‡΄πŸ‡»πŸ‡ͺ Latin American Studies * πŸ³οΈβ€πŸŒˆ LGBTQ+ Studies -* other things classes he took and just enjoyed, tbh +* and other classes he took and just enjoyed, tbh He currently works as a [Site Reliability Engineer](https://en.wikipedia.org/wiki/Site_reliability_engineering) for some big healthcare corporation and as a [Webmaster](https://en.wikipedia.org/wiki/Webmaster) for a harm reduction coalition. In his free time, Daniel likes tinkering with Linux server administration and self-hosting technologies to better his life and the lives of those around him. As it is with most folks, Daniel’s opinions are his own and do not represent the views of his employer(s). diff --git a/themes/corazon/layouts/partials/head.html b/themes/corazon/layouts/partials/head.html index 89240a4..2bec8b4 100644 --- a/themes/corazon/layouts/partials/head.html +++ b/themes/corazon/layouts/partials/head.html @@ -1,6 +1,6 @@ -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} +{{ if .IsHome }}home - {{ site.Title }}{{ else }}{{ printf "%s - %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}