mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-08-06 00:21:36 -05:00
Switch to improved snippet include shortcode
See BBaoVanC/bobatheme@67ac36e9e2
This commit is contained in:
@@ -60,7 +60,7 @@ preferred due to its flexibility (ease to resize), but if you use
|
||||
|
||||
## Tutorial
|
||||
|
||||
{{< include path="include/console.md" markdown=true >}}
|
||||
{{% include "snippets/console.md" %}}
|
||||
|
||||
### Step 1: Create the file
|
||||
|
||||
|
8
content/snippets/_index.md
Normal file
8
content/snippets/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Snippets
|
||||
cascade:
|
||||
build:
|
||||
list: never
|
||||
publishResources: false
|
||||
render: never
|
||||
---
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Console command prefix formatting explanation
|
||||
---
|
||||
|
||||
{{< aside info >}}
|
||||
|
||||
Commands in this article are prefixed them with a prompt symbol (either `$` or
|
Submodule themes/bobatheme updated: 04c3c007a8...67ac36e9e2
Reference in New Issue
Block a user