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