summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/header/header-option-nested.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/header/header-option-nested.html
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
Diffstat (limited to 'themes/blowfish/layouts/partials/header/header-option-nested.html')
-rw-r--r--themes/blowfish/layouts/partials/header/header-option-nested.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/partials/header/header-option-nested.html b/themes/blowfish/layouts/partials/header/header-option-nested.html
index b86fed6..7f7a632 100644
--- a/themes/blowfish/layouts/partials/header/header-option-nested.html
+++ b/themes/blowfish/layouts/partials/header/header-option-nested.html
@@ -7,7 +7,7 @@
{{ end }}
<a {{ if .URL }} href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:" ) }}
target="_blank" {{ end }} {{ end }} class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400" title="{{ .Title }}">
- {{ .Name | markdownify | emojify }}
+ {{ .Name | markdownify }}
</a>
<span>
{{ partial "icon.html" "chevron-down" }}
@@ -25,7 +25,7 @@
</span>
{{ end }}
<p class="text-sm font-sm" title="{{ .Title }}">
- {{ .Name | markdownify | emojify }}
+ {{ .Name | markdownify }}
</p>
</a>
{{ end }}