diff options
Diffstat (limited to 'filters')
-rw-r--r-- | filters/icons.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/icons.lua b/filters/icons.lua index 3800e5d..fb6a608 100644 --- a/filters/icons.lua +++ b/filters/icons.lua | |||
@@ -3,8 +3,8 @@ 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"><use href="/symbols.svg#' .. icon .. | 6 | '<svg class="o-icon o-icon--inline" width="1em" height="1em"><use href="/symbols.svg#icon-' .. |
7 | '"></use></svg>') | 7 | icon .. '"></use></svg>') |
8 | end | 8 | end |
9 | 9 | ||
10 | return el | 10 | return el |