diff options
author | Volpeon <git@volpeon.ink> | 2022-06-12 08:46:20 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-12 08:46:20 +0200 |
commit | 7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf (patch) | |
tree | 930d76a4a45baea8ec4f51fbe7122f32a3a45076 /filters | |
parent | Update (diff) | |
download | volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.tar.gz volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.tar.bz2 volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.zip |
Update
Diffstat (limited to 'filters')
-rw-r--r-- | filters/icons.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/icons.lua b/filters/icons.lua index 490d406..3f8cb64 100644 --- a/filters/icons.lua +++ b/filters/icons.lua | |||
@@ -3,7 +3,7 @@ function Str(el) | |||
3 | 3 | ||
4 | if icon then | 4 | if icon then |
5 | return pandoc.RawInline('html', | 5 | return pandoc.RawInline('html', |
6 | '<svg class="o-icon o-icon--inline" width="1em" height="1em" aria-hidden="true"><use href="/symbols.svg#icon-' .. | 6 | '<svg class="o-icon o-icon--inline" width="1em" height="1em" aria-hidden="true"><use href="/icons.svg#' .. |
7 | icon .. '"></use></svg>') | 7 | icon .. '"></use></svg>') |
8 | end | 8 | end |
9 | 9 | ||