From 1b88a1a85e910b4999b0e9527ebc433b531b740c Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Mon, 24 Aug 2020 15:04:24 +0530 Subject: [PATCH] theme.toml: add og author --- theme.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index c5c0fc4..fb59158 100644 --- a/theme.toml +++ b/theme.toml @@ -17,5 +17,6 @@ min_version = "0.57.1" # If porting an existing theme [original] name = "Paper" - homepage = "https://github.com/nanxiaobei/hugo-paper/" + author = "nanxiaobei" + homepage = "https://github.com/nanxiaobei" repo = "https://github.com/nanxiaobei/hugo-paper/"