From 0c7cb4486a89ec6fe9680e6569ef41d4b82d557d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 18 Feb 2021 22:21:36 +0100 Subject: use maintained theme --- themes/LoveIt/layouts/_default/_markup/render-link.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 themes/LoveIt/layouts/_default/_markup/render-link.html (limited to 'themes/LoveIt/layouts/_default/_markup/render-link.html') diff --git a/themes/LoveIt/layouts/_default/_markup/render-link.html b/themes/LoveIt/layouts/_default/_markup/render-link.html deleted file mode 100644 index 0c05396..0000000 --- a/themes/LoveIt/layouts/_default/_markup/render-link.html +++ /dev/null @@ -1,6 +0,0 @@ -{{- $destination := .Destination -}} -{{- with dict "Path" $destination "Resources" .Page.Resources | partial "function/resource.html" -}} - {{- $destination = .RelPermalink -}} -{{- end -}} -{{- $options := dict "Destination" $destination "Title" .Title "Content" .Text -}} -{{- partial "plugin/link.html" $options -}} -- cgit v1.2.3