Browse Source

Allow for uppercase titles

master
Manan Shah 4 years ago
parent
commit
184d92780c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _layouts/post.html

+ 1
- 1
_layouts/post.html View File

@ -1,7 +1,7 @@
---
layout: default
---
<h1>{{ page.title | capitalize }}</h1>
<h1>{{ page.title }}</h1>
<p class="subtitle">{{ page.date | date: "%B %-d, %Y" }}</p>

Loading…
Cancel
Save