From 10e3e102be2b171d73012cc69c7eeeeadfe18196 Mon Sep 17 00:00:00 2001 From: Oscar Blue Date: Fri, 27 Oct 2023 16:13:26 +0100 Subject: [PATCH] Edited site description --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d89c0e8..34ceed2 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ enableRobotsTXT = false # SEO [params] env = "production" - title = "page title" + title = "Oscar Pocock | Git Links" author = "Oscar Pocock" description = "My social links, powered by Hugo & Lynx" keywords = [ "Lynx", "Linktree", "About", "Git" ] @@ -20,7 +20,7 @@ enableRobotsTXT = false [author] image = "author.png" # Image path or link name = "Oscar Blue" - headline = "Oscar's Git Accounts" + headline = "Git Accounts" links = [ { forgejo = { href = "https://git.oscar.blue/noble", text = "Forgejo" } }, { gitlab = { href = "https://gitlab.com/oscarpocock", text = "Gitlab" } },