Update config.toml

Fixed a typo on line 16:
	twitter = "your_twotter"
to 
	twitter = "your_twitter"
feature/cover-image
suhjohn 7 years ago committed by GitHub
parent bc298a72b8
commit 2d45447fc8

@ -13,7 +13,7 @@ hasCJKLanguage = true
description = "Blog Description" description = "Blog Description"
bio = "Blog biology" bio = "Blog biology"
# Enter optionally your twitter account # Enter optionally your twitter account
twitter = "your_twotter" twitter = "your_twitter"
enableRSS = false enableRSS = false
# Disqus comment # Disqus comment

Loading…
Cancel
Save