summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/github.html
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
commit58e2c9ae87f09dac79ecf962331ae2c51f4ba7f1 (patch)
treed819d1747427f81d1883a715ec60d13d575053e4 /themes/blowfish/layouts/shortcodes/github.html
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
Diffstat (limited to 'themes/blowfish/layouts/shortcodes/github.html')
-rw-r--r--themes/blowfish/layouts/shortcodes/github.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blowfish/layouts/shortcodes/github.html b/themes/blowfish/layouts/shortcodes/github.html
index fc0c571..2daecd6 100644
--- a/themes/blowfish/layouts/shortcodes/github.html
+++ b/themes/blowfish/layouts/shortcodes/github.html
@@ -15,12 +15,12 @@
<div
id="{{ $id }}-full_name"
class="m-0 font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral">
- {{ .full_name | markdownify | emojify }}
+ {{ .full_name | 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">
@@ -64,4 +64,4 @@
.catch(error => console.error(error))
</script>
</a>
-{{- end -}} \ No newline at end of file
+{{- end -}}