diff options
author | Austin Adams <git@austinjadams.com> | 2017-02-28 11:12:28 -0500 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2017-02-28 11:12:28 -0500 |
commit | 2af4d49255a5c842c1ced11931902848aeb5cdf1 (patch) | |
tree | 9b96c4a102be7b98e0ca245c14e2350d82a58776 /config.toml | |
parent | 6f15ef548225ef382ae7da5422df5e0bb1298246 (diff) | |
download | webzone-2af4d49255a5c842c1ced11931902848aeb5cdf1.tar.gz webzone-2af4d49255a5c842c1ced11931902848aeb5cdf1.tar.xz |
config: De-edgyify site description
Maybe this was funny at some point, but it's a bad intro for my site in
search engine results.
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 2547cef..39960a9 100644 --- a/config.toml +++ b/config.toml @@ -8,4 +8,4 @@ disableSitemap = true [params] homeurl = "/" -description = "austin adams's terrible, horrible, no good, very bad blog" +description = "Austin Adams's personal website and blog" |