From 582a8a33aff644a6b07534aaf677973abc6f154c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 21 Oct 2022 21:01:11 +0200 Subject: use different theme that is a lot slimer --- themes/LoveIt/layouts/partials/plugin/h-card.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 themes/LoveIt/layouts/partials/plugin/h-card.html (limited to 'themes/LoveIt/layouts/partials/plugin/h-card.html') diff --git a/themes/LoveIt/layouts/partials/plugin/h-card.html b/themes/LoveIt/layouts/partials/plugin/h-card.html deleted file mode 100644 index 6613032..0000000 --- a/themes/LoveIt/layouts/partials/plugin/h-card.html +++ /dev/null @@ -1,15 +0,0 @@ -{{- $rel := .Rel -}} -{{- $nick := .Nickname -}} -{{- $text := .Text -}} -{{- $n := .Nickname | default .Name | default .Email | default .URL | default "👀" -}} - -{{- with .URL -}}{{- else -}}{{- with .Email -}}{{- else -}}{{- with .Email -}}{{- end -}}{{- end -}} -{{- with .Email }} - -{{- end -}} - \ No newline at end of file -- cgit v1.2.3