Is it possible to show when a weblog was last updated? This is what I am currently using, but not sure if it is showing the date of the last weblog update or only the time a certain post was updated because of the limit=“1”.
{exp:weblog:entries weblog="rates" limit="1"}
{edit_date format="%M %d, %Y"}
{/exp:weblog:entries}
Thanks!