Jekyll and GitHub Pages Liquid Date Formatting ExamplesOctober, 2013 TODO: Figure out why this isn't working in MDX <img src="/image-graphics/jekyll-logo-180x100.png" style="float: right; padding-left:26px;" /> *Note: Since originally posting this, I have learned a better way to remove leading zeros is to use `{% raw %}{{ page.date | date: "%-m" }}{% endraw %}`. Note the dash in front of the "m".