Skip to content

Commit

Permalink
2023-12-03 10:48:17
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Dec 3, 2023
1 parent f5718e2 commit 9a315a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Kitsune Solar <[email protected]>
Kitsune Solar <[email protected]>
z17CX <[email protected]>
4 changes: 2 additions & 2 deletions layouts/shortcodes/spi.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span id="sc-{{ ($id) }}" class="shortcode shortcode-{{ ($.Name) }}"><span class="d-inline"><i class="fas fa-question-circle fa-fw"></i></span><span class="d-none">{{ ((.Inner) | markdownify) }}</span></span>

<script>
(function () {
(() => {
const $id = document.getElementById('sc-{{ ($id) }}');
const $icon = $id.querySelector('span:first-child').classList;
const $text = $id.querySelector('span:last-child').classList;
Expand All @@ -27,7 +27,7 @@
$text.replace('d-inline', 'd-none');
}
});
}());
})();
</script>

{{- /* This comment removes trailing newlines. */ -}}

0 comments on commit 9a315a1

Please sign in to comment.