From 6056db8a395e4231ffa2fc99b81b6a692d59d792 Mon Sep 17 00:00:00 2001 From: Jan Bartels Date: Sun, 14 Oct 2018 15:28:22 +0200 Subject: [PATCH] Enable emoji on GitHub Pages (#3013) --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2f7efbea..03167a7d 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,3 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-minimal +plugins: + - jemoji -- GitLab