aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/card-id.html
blob: b882d8b669bac46b53e9c879265e853b03bb0e1a (plain)
1
2
3
4
5
6
7
{{- $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") -}}
{{- $source := print $author.user "/messages/" .File.LogicalName -}}
{{- $source = replace $source "/" "-" -}}
{{ if .ExpiryDate }}
  {{- $source = md5 $source -}}
{{ end }}
{{- $source -}}