diff --git a/_config.yml b/_config.yml index 17b0745..ec2db0c 100644 --- a/_config.yml +++ b/_config.yml @@ -223,4 +223,3 @@ jekyll-archives: permalinks: tag: /tags/:name/ category: /categories/:name/ - \ No newline at end of file diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss new file mode 100644 index 0000000..4040d5a --- /dev/null +++ b/assets/css/jekyll-theme-chirpy.scss @@ -0,0 +1,3 @@ +.is-collapsed { + max-height: none !important; + } \ No newline at end of file