From e92d2f317e6bd4c95823dbe153455b48e2000233 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 19 Apr 2019 11:45:43 +0300 Subject: [PATCH] fix previous commit --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5be59b3..a6d4500 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ github_username: Mikaela # Build settings markdown: kramdown -theme: midnight +theme: jekyll-theme-midnight redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]