Skip to content

Commit

Permalink
chore: fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 15, 2023
1 parent d4a93e2 commit 12118a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exampleSite/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ draft: false
## Encrypt With Default Password

```markdown
{{/*% encrypt %*/}}
{{%/* encrypt */%}}
**Hello World!**
{{/*% /encrypt %*/}}
{{%/* /encrypt */%}}
```

Password: **{{< param "encrypt.password" >}}**.
Expand All @@ -23,9 +23,9 @@ Password: **{{< param "encrypt.password" >}}**.
## Encrypt With Specified Password

```markdown
{{/*% encrypt "foo" %*/}}
{{%/* encrypt "foo" */%}}
**BAR**
{{/*% /encrypt %*/}}
{{%/* /encrypt */%}}
```

Password: **foo**.
Expand Down

0 comments on commit 12118a5

Please sign in to comment.