d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit 89a33929d5a7c2f06131427cd8468a6de73ce8f4
parent 7d52171a0e99c01697036a584fb6a2832600bf17
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 21 Dec 2021 01:07:22 -0800

Delete emoji shortcode

Diffstat:
Dtemplates/shortcodes/emoji.html | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/templates/shortcodes/emoji.html b/templates/shortcodes/emoji.html @@ -1,2 +0,0 @@ -<span class="emoji" role="img" aria-label="{{ alt }}">{{ load_data(path="static/emoji/" ~ id ~ ".svg", format="plain") | safe }}</span> -