diff --git a/content/_index.md b/content/_index.md index 6d7d5cc..7e243d4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,5 @@ +++ title = "W5ISP" +++ + +I'm Graham McIntire (W5ISP), a site reliability and security engineer based in Blue Ridge, Texas. I like building things and figuring out how they work. Licensed amateur radio operator since 1996 and plain text enthusiast. diff --git a/templates/index.html b/templates/index.html index 09c8df8..26ef73a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,18 @@ +{% set projects_section = get_section(path="projects/_index.md") %} +{% if projects_section.pages | length > 0 %} +