aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/card-id.html
blob: 5f926970c721e692d3149e6b88e173e0a401c486 (plain)
1
2
3
4
5
6
{{- $relURL := strings.TrimPrefix .Page.Site.BaseURL .Page.Permalink -}}
{{- $source := urlize (humanize $relURL) -}}
{{- if .ExpiryDate -}}
  {{- $source = truncate 8 "" (sha256 $source) -}}
{{- end -}}
{{- $source -}}