diff options
author | amzrk2 | 2020-04-18 18:08:13 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-18 18:08:13 +0800 |
commit | d53b6ab5ec8d5648201efc6308306e0c222b65fd (patch) | |
tree | 7a13f40a2df9a7d8e9210445f5b5bac45e76df31 /layouts/partials/scripts.html | |
parent | b8a0c1dacdbffbb8f9d3f9fdb92bebf2655d59df (diff) | |
download | hugo-theme-fuji-d53b6ab5ec8d5648201efc6308306e0c222b65fd.tar.gz hugo-theme-fuji-d53b6ab5ec8d5648201efc6308306e0c222b65fd.tar.bz2 hugo-theme-fuji-d53b6ab5ec8d5648201efc6308306e0c222b65fd.zip |
Smart pagination
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index eceda37..e807e36 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -49,7 +49,7 @@ trailColor: '#E5E2E4', trailWidth: 12, text: { - value: '<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-up" class="svg-inline--fa fa-angle-up fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z"></path></svg>', + value: '{{ partial "fas/fa-angle-up" . }}', autoStyleContainer: false, style: null }, |