diff options
author | 135e2 <[email protected]> | 2022-05-13 22:17:55 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-05-13 22:17:55 +0800 |
commit | 7ba1fbd7f0a0f5f31001e4f8c123f2422af86da2 (patch) | |
tree | 2e8743c59a15597024f7fb6ebca86949c2b28945 | |
parent | b484e86ab6d3341f3208c2a963f46d5d61575bee (diff) | |
download | MeaninglessRecords-7ba1fbd7f0a0f5f31001e4f8c123f2422af86da2.tar.gz MeaninglessRecords-7ba1fbd7f0a0f5f31001e4f8c123f2422af86da2.tar.bz2 MeaninglessRecords-7ba1fbd7f0a0f5f31001e4f8c123f2422af86da2.zip |
fix: show author name correctly...
... by adding quotes
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 66929d6..54cbf3d 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ title: Meaningless Records subtitle: 'Your favourite (?) podcast' description: "Meaningless Records' offical website" keywords: -author: 135e2 +author: '135e2' language: zh-CN timezone: 'Asia/Shanghai' |