From 22237822b482894d2b04c79bcadc399f08479674 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sun, 3 Dec 2023 23:18:52 +0300 Subject: [PATCH] Add description --- config.toml | 1 + layouts/_default/baseof.html | 1 + 2 files changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 858bf28..5f5e609 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,7 @@ disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", [Params] Name = "Hugo Jobless" + Description = "Hugo theme to build resume page in style of Jake's resume" Phone = "123-456-7890" EMail = "jake@su.edu" LinkedIn = "linkedin.com/in/jake" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fc1a1f6..22a3333 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,7 @@ {{ .Site.Title }} + {{ partial "style.html" . }}