This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-cs224w-notes
mirror of
https://github.com/jrtechs/cs224w-notes.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Allow for uppercase titles
master
Manan Shah
5 years ago
parent
d7c12f3b4a
commit
184d92780c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
Write
Preview
Loading…
Cancel
Save