mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 03:04:02 -06:00
add callout examples to template
This commit is contained in:
parent
9d870a91cc
commit
5b6c96833a
1 changed files with 14 additions and 0 deletions
|
@ -7,3 +7,17 @@ draft = true
|
|||
categories = [ "blog" ]
|
||||
tags = [ "topic" ]
|
||||
+++
|
||||
|
||||
{% note(header="Note") %}
|
||||
Hi! I'm a note!
|
||||
{% end %}
|
||||
|
||||
{% important(header="Important") %}
|
||||
I'm more important!
|
||||
{% end %}
|
||||
|
||||
There are also `warning`, `tip` and `alert` to use as well!
|
||||
|
||||
```nix
|
||||
I'm a code block!
|
||||
````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue