Variable: has_timestamp


A boolean for whether or not an entry is time-based.

{{ if has_timestamp }}
    {{ date format="F jS, Y g:i a" }}
{{ else }}
    {{ date format="F jS, Y" }}
{{ /if }}
January 1st, 2016 11:30 am
Last modified on March 31, 2016