aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-source.html
blob: a172726f61fa84bea9d8676120bd098a1f534ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{- $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>