From a9a281233c5f9cdde30b6db49bd79726dbaa038f Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Tue, 20 Nov 2018 14:00:26 +0900 Subject: [PATCH] Fixed incorrect usage of the code-toggle shortcode --- content/en/content-management/front-matter.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index 4cf6825da..130160917 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -37,7 +37,6 @@ JSON ### Example {{< code-toggle >}} -+++ title = "spf13-vim 3.0 release and new website" description = "spf13-vim is a cross platform distribution of vim plugins and resources for Vim." tags = [ ".vimrc", "plugins", "spf13-vim", "vim" ] @@ -47,8 +46,7 @@ categories = [ "VIM" ] slug = "spf13-vim-3-0-release-and-new-website" -+++ -{{}} +{{< /code-toggle >}} ## Front Matter Variables