diff options
author | Volpeon <git@volpeon.ink> | 2020-12-29 12:24:04 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-29 12:24:04 +0100 |
commit | 381297c95c7446182e90e459cd0257a8fc86b4cf (patch) | |
tree | 5a330a18ea60d983bc6f05976295a316a8ad7a24 /content | |
parent | Handle blog entry categories (diff) | |
download | volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.tar.gz volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.tar.bz2 volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.zip |
Improved CSS classes for page content, added proper ref list macro, build scripts load and watch Pandoc filters automatically
Diffstat (limited to 'content')
-rw-r--r-- | content/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/index.md b/content/index.md index f9111ef..8c49e44 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -22,7 +22,7 @@ Welcome to my website! I'm Volpeon and here's an [inline link](#d). | |||
22 | 1. Lorem ipsum dolor sit amet | 22 | 1. Lorem ipsum dolor sit amet |
23 | 2. Another item | 23 | 2. Another item |
24 | 24 | ||
25 | ::: { .s-refs } | 25 | ::: { macro=refs } |
26 | - [Lorem ipsum dolor sit amet](#a) | 26 | - [Lorem ipsum dolor sit amet](#a) |
27 | - [Another item](#b) | 27 | - [Another item](#b) |
28 | ::: | 28 | ::: |