diff options
author | Volpeon <git@volpeon.ink> | 2022-06-20 18:32:44 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-20 18:32:44 +0200 |
commit | cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8 (patch) | |
tree | b206ef9448e6e900703792262f32dc91ed39e5e5 /filters | |
parent | WIP: Hashing all static assets (diff) | |
download | volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.gz volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.bz2 volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.zip |
Add hash to more assets
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 9e921f3..36d2108 100644 --- a/filters/icons.lua +++ b/filters/icons.lua | |||
@@ -4,7 +4,7 @@ function Str(el) | |||
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">\ | 6 | '<svg class="o-icon o-icon--inline" width="1em" height="1em" aria-hidden="true">\ |
7 | <use href="/icons.svg#' .. icon .. '"></use>\ | 7 | <use href="$assets.icons_svg$#' .. icon .. '"></use>\ |
8 | </svg>') | 8 | </svg>') |
9 | end | 9 | end |
10 | 10 | ||