Skip to content

Correct double date in Posts

monero-project requested to merge el00ruobuob:Correct-Posts-double-date into master

Created by: el00ruobuob

This solves #746 (closed) A few posts had the date hard written in the md file, when Jekyll is building automatically a date header based on the date in the title. As a result, those posts were displaying the date twice.

I removed the hard written date.

Merge request reports