summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/gitlab.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/shortcodes/gitlab.html')
-rw-r--r--themes/blowfish/layouts/shortcodes/gitlab.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/shortcodes/gitlab.html b/themes/blowfish/layouts/shortcodes/gitlab.html
index 1fbe70e..5b6153c 100644
--- a/themes/blowfish/layouts/shortcodes/gitlab.html
+++ b/themes/blowfish/layouts/shortcodes/gitlab.html
@@ -12,12 +12,12 @@
{{ partial "icon.html" "gitlab" }}
</span>
<div id="{{ $id }}-name_with_namespace" class="m-0 font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral">
- {{ .name_with_namespace | markdownify | emojify }}
+ {{ .name_with_namespace | markdownify }}
</div>
</div>
<p id="{{ $id }}-description" class="m-0 mt-2 text-md text-neutral-800 dark:text-neutral">
- {{ .description | markdownify | emojify }}
+ {{ .description | markdownify }}
</p>
<div class="m-0 mt-2 flex items-center">