Skip to content

Commit

Permalink
update shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatNoble committed Nov 5, 2023
1 parent fc0c242 commit f181603
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,15 @@ other = "小贴示"
{{< youtube MHsiF9avPww >}}

#### B 站
创建 `./layouts/shortcodes/bili.html` 使其支持 B 站
```markdown
{{</* ili aid="AID" cid="CID" */>}}
```

{{< bili aid="12440781" cid="20478809" >}}

#### 优酷 YOUKU
还可以创建`./layouts/shortcodes/youku.html` 使其支持 `YOUKU`
创建 `./layouts/shortcodes/youku.html` 使其支持 YOUKU

```markdown
{{</* youku id="ID" */>}}
Expand Down

0 comments on commit f181603

Please sign in to comment.