diff --git a/README.md b/README.md index 0849152..58b1640 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ pygmentsUseClasses = true [params] author = "MeiK" + pronouns = 'They/Them' description = "In solitude, where we are least alone." github = "MeiK2333" facebook = "MeiK2333" diff --git a/layouts/partials/user-profile.html b/layouts/partials/user-profile.html index b018508..af3d943 100644 --- a/layouts/partials/user-profile.html +++ b/layouts/partials/user-profile.html @@ -53,12 +53,17 @@

{{ .Site.Params.author }} {{ if .Site.Params.github }} - {{ .Site.Params.github }} + + {{ .Site.Params.github }} + {{ if .Site.Params.pronouns }} + ยท {{ .Site.Params.pronouns }} + {{ end }} + {{ end }}

+ -
{{ .Site.Params.Description }}