summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/author-extra.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/partials/author-extra.html
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
Diffstat (limited to 'themes/blowfish/layouts/partials/author-extra.html')
-rw-r--r--themes/blowfish/layouts/partials/author-extra.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blowfish/layouts/partials/author-extra.html b/themes/blowfish/layouts/partials/author-extra.html
index 701e9fa..9f98342 100644
--- a/themes/blowfish/layouts/partials/author-extra.html
+++ b/themes/blowfish/layouts/partials/author-extra.html
@@ -21,13 +21,13 @@
{{ $link := .link}}
{{ with .data.name | markdownify | emojify }}
<div class="text-[0.6rem] uppercase leading-3 text-neutral-500 dark:text-neutral-400">
- {{ i18n "author.byline_title" | markdownify | emojify }}
+ {{ i18n "author.byline_title" | markdownify }}
</div>
<a {{ if $link }} href="{{ $link }}" {{ end }} class="font-semibold leading-6 text-neutral-800 dark:text-neutral-300">
{{ . }}
</a>
{{ end }}
- {{ with .data.bio | markdownify | emojify }}
+ {{ with .data.bio | markdownify }}
<div class="text-sm text-neutral-700 dark:text-neutral-400">{{ . }}</div>
{{ end }}
<div class="text-2xl sm:text-lg">
@@ -41,4 +41,4 @@
</div>
</div>
</div>
-</div> \ No newline at end of file
+</div>