Skip to content
Snippets Groups Projects
Unverified Commit cea665c7 authored by Kody Jackson's avatar Kody Jackson Committed by GitHub
Browse files

Updated default to specify the same value type as if set (#10492)

parent 7d8200ca
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@
{{- $diffReview := now.Sub $lastReview -}}
<meta name="pcx_last_reviewed" content="{{- math.Round (div $diffReview.Hours 24) -}}" />
{{- else -}}
<meta name="pcx_last_reviewed" content="Not set" />
<meta name="pcx_last_reviewed" content="500" />
{{- end -}}
{{- with .Context.Params.pcx_content_type -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment