aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-source.html
blob: a2099e28e3b53fc6f94315dd8382780b35ee8f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") -}}
{{- $source := print $author.user "/messages/" .File.LogicalName -}}

<cite>
{{- with .Params.feedRaw -}}
<a title="{{ $.Site.BaseURL }}/{{ . }}" href="{{ $.Site.BaseURL }}/{{ . }}">
{{- else -}}
<a title="{{ .Site.BaseURL }}/raw/{{ $source }}" href="{{ .Site.BaseURL }}/raw/{{ $source }}">
{{- end -}}
  raw
</a>
</cite>