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