summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/__markup/render-link.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_default/__markup/render-link.html b/layouts/_default/__markup/render-link.html
deleted file mode 100644
index 4cd90be..0000000
--- a/layouts/_default/__markup/render-link.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<a href="{{ .Destination | safeURL }}"
- {{- with .Title }} title="{{ . }}"{{ end -}}
->
- {{- with .Text }}{{ . }}{{ end -}}
-</a>
-{{- /* chomp trailing newline */ -}} \ No newline at end of file