mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:16:38 -04:00
Fixed incorrect usage of the code-toggle shortcode
This commit is contained in:
parent
4560a0169a
commit
a9a281233c
@ -37,7 +37,6 @@ JSON
|
|||||||
### Example
|
### Example
|
||||||
|
|
||||||
{{< code-toggle >}}
|
{{< code-toggle >}}
|
||||||
+++
|
|
||||||
title = "spf13-vim 3.0 release and new website"
|
title = "spf13-vim 3.0 release and new website"
|
||||||
description = "spf13-vim is a cross platform distribution of vim plugins and resources for Vim."
|
description = "spf13-vim is a cross platform distribution of vim plugins and resources for Vim."
|
||||||
tags = [ ".vimrc", "plugins", "spf13-vim", "vim" ]
|
tags = [ ".vimrc", "plugins", "spf13-vim", "vim" ]
|
||||||
@ -47,8 +46,7 @@ categories = [
|
|||||||
"VIM"
|
"VIM"
|
||||||
]
|
]
|
||||||
slug = "spf13-vim-3-0-release-and-new-website"
|
slug = "spf13-vim-3-0-release-and-new-website"
|
||||||
+++
|
{{< /code-toggle >}}
|
||||||
{{</ code-toggle >}}
|
|
||||||
|
|
||||||
## Front Matter Variables
|
## Front Matter Variables
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user