diff options
author | Austin Adams <git@austinjadams.com> | 2017-02-21 15:07:06 -0500 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2017-02-21 15:07:06 -0500 |
commit | 1b60a667d22d7f5665c7e25fd027249a22dbbc7f (patch) | |
tree | 487ef7a7c5ba2517552cb551240d943ebdb49a04 /config.toml | |
parent | d25ae221b8253cb98e9e3997384230dc45252a0e (diff) | |
download | webzone-1b60a667d22d7f5665c7e25fd027249a22dbbc7f.tar.gz webzone-1b60a667d22d7f5665c7e25fd027249a22dbbc7f.tar.xz |
Fix edgy site title
Maybe that was funny at the time (???)
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 191ebd6..2547cef 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseurl = "https://austinjadams.com/" languageCode = "en-us" -title = "austin's lousy blog" +title = "Austin Adams" # toolbag/nginx handle 404s for us disable404 = true disableRSS = true |