aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/meta-source.html')
-rw-r--r--themes/default/layouts/partials/meta-source.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/default/layouts/partials/meta-source.html b/themes/default/layouts/partials/meta-source.html
deleted file mode 100644
index a172726..0000000
--- a/themes/default/layouts/partials/meta-source.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- $author := index .Site.Data ((or .Params.author .Site.Author.default.user) | default "default") -}}
-{{- $source := print $author.user "/messages/" .File.LogicalName -}}
-
-<cite>
-{{- with .Params.feed.raw -}}
-<a title="{{ $.Site.BaseURL }}/{{ . }}" href="{{ $.Site.BaseURL }}/{{ . }}">
-{{- else -}}
-<a
- href="{{ .Site.BaseURL }}/{{ partial "function-paths-markdown.html" }}/{{ $source }}"
- title="{{ .Site.BaseURL }}/{{ partial "function-paths-markdown.html" }}/{{ $source }}">
-{{- end -}}
- raw
-</a>
-</cite>