texture icon indicating copy to clipboard operation
texture copied to clipboard

fix date_format to refer site.texture.date_format as intended

Open ruby3141 opened this issue 1 year ago • 0 comments

This Pull Request fixes date_format to refer site.texture.date_format as intended

On current version, this line on _config.yml does not work as intended.

texture:
  date_format: "[whatever]"

Instead this works.

minima:
  date_format: "[whatever]"

ruby3141 avatar Mar 07 '23 05:03 ruby3141