From dc588ce2a3b9fb54330b4e5d9dd7d31e4dca8147 Mon Sep 17 00:00:00 2001 From: ReeceM Date: Fri, 28 Feb 2020 10:59:20 +0200 Subject: [PATCH] add a nice svg from heroicons to the main link --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index ce64d00..dc8432d 100644 --- a/src/index.js +++ b/src/index.js @@ -71,6 +71,12 @@ const hBar = { postLink.href = this.postLink; postLink.innerText = this.postTitle; + postLink.innerHTML += ` + + + + ` + let postElement = newElement('div', { classes: `${this.styling.linkWrapper} ${themes[this.theme].linkWrapper}`, children: [badge, postLink]