diff options
author | Dante Catalfamo | 2020-06-18 01:41:34 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-18 01:41:34 -0400 |
commit | 74456dd86a08be2dbb001b804ae21131c7358a9e (patch) | |
tree | 9b5841c71d5a2d65b9d1c7fb4a138626784fd914 /config.toml | |
parent | cae26efae841701ed815735c425f158169ba1eb0 (diff) | |
download | blog-74456dd86a08be2dbb001b804ae21131c7358a9e.tar.gz blog-74456dd86a08be2dbb001b804ae21131c7358a9e.tar.bz2 blog-74456dd86a08be2dbb001b804ae21131c7358a9e.zip |
Change site subtitle
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 63c06f1..925ca7d 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ enableRobotsTXT = true [params] author = "Dante Catalfamo" - subTitle = "Putting my notes online" + subTitle = "Sharing notes with the internet" showWordCounter = false showReadTime = false showToc = false |