fix params.author.name
This commit is contained in:
parent
d1f3d03f63
commit
280dc25abb
@ -2,11 +2,6 @@ baseURL = 'https://ataricode.com/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Atari Code'
|
||||
|
||||
[author]
|
||||
name = "Greg Gauthier"
|
||||
email = "gmgauthier@protonmail.com"
|
||||
|
||||
|
||||
enableInlineShortcodes = true
|
||||
enableGitInfo = true
|
||||
canonifyurls = true
|
||||
@ -28,6 +23,9 @@ canonifyurls = true
|
||||
tag = "tags"
|
||||
|
||||
[params]
|
||||
[author]
|
||||
name = "Greg Gauthier"
|
||||
email = "gmgauthier@protonmail.com"
|
||||
logo = "img/atari-symbol-only-no-background.png"
|
||||
titleLink = "https://ataricode.com/"
|
||||
subtitle = "A site devoted to learning to code on Atari 8-Bit computers."
|
||||
|
Loading…
Reference in New Issue
Block a user