File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h2>{{ page.title }}</h2>
55
55
< section class ="sidebar-block block-short ">
56
56
< nav class ="navigation pages-nav home-nav ">
57
57
< h6 > < a class ="nav-link " href ="/ "> < span class ="entypo "> ó</ span > CoffeeScript Cookbook</ a > </ h6 >
58
- < small class ="thin dimmed "> (last updated 28 August, 2012 )</ small >
58
+ < small class ="thin dimmed "> (last updated {{ site.time | date: "%d %B, %Y" }} )</ small >
59
59
</ nav >
60
60
</ section >
61
61
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ <h1><a class="" href="/"><span class="entypo">ó</span><span class="title
52
52
< section class ="sidebar-block block-short ">
53
53
< nav class ="navigation pages-nav home-nav ">
54
54
< h6 > < a class ="nav-link " href ="/ "> < span class ="entypo "> ó</ span > CoffeeScript Cookbook</ a > </ h6 >
55
- < small class ="thin dimmed "> (last updated 28 August, 2012 )</ small >
55
+ < small class ="thin dimmed "> (last updated {{ site.time | date: "%d %B, %Y" }} )</ small >
56
56
</ nav >
57
57
</ section >
58
58
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h1>{{ page.title }}</h1>
54
54
< section class ="sidebar-block block-short ">
55
55
< nav class ="navigation pages-nav home-nav ">
56
56
< h6 > < a class ="nav-link " href ="/ "> < span class ="entypo "> ó</ span > CoffeeScript Cookbook</ a > </ h6 >
57
- < small class ="thin dimmed "> (last updated 28 August, 2012 )</ small >
57
+ < small class ="thin dimmed "> (last updated {{ site.time | date: "%d %B, %Y" }} )</ small >
58
58
</ nav >
59
59
</ section >
60
60
You can’t perform that action at this time.
0 commit comments