From c2c36cbf4f04e008e91722868e204204ce6ac843 Mon Sep 17 00:00:00 2001 From: YueSteveYin Date: Thu, 19 Sep 2024 00:34:22 -0700 Subject: [PATCH] fix --- content/_index.md | 2 +- layouts/_default/baseof.html | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 5e6b3a3..bbb610d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: Hidden Figures +title: Hidden Figures- RCSA description: A database to highlight the contributions of physicists and astronomers from marginalized backgrounds. title-tag: Hidden Figures - RCSA --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 316e9a1..9fcde8c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,12 @@ - {{ .Title }} + {{- if .Param "last" -}} + Hidden Figure · + {{ .Title }} + {{- else -}} + {{ .Title }} + {{- end -}}