File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 9
9
< script type ="text/javascript " src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.min.js "> </ script >
10
10
< style >
11
11
# articles img {max-width : 100% }
12
+ .section
13
+ {
14
+ padding-top : 0px
15
+ }
16
+ footer
17
+ {
18
+ padding-top : 0px ;
19
+ padding-bottom : 0px
20
+ }
12
21
</ style >
13
22
<!-- END: ANGULAR DEPENDENCY -->
14
23
31
40
< div class ="collapse navbar-collapse navbar-ex1-collapse ">
32
41
< ul class ="nav navbar-nav ">
33
42
< li > < a href ="http://node-os.com/blog "> Blog</ a > </ li >
43
+ < li > < a href ="http://pipes.yahoo.com/pipes/pipe.run?_id=d98a965ba7d3f6555b939d707b18dc39&_render=rss&label=blog&owner=NodeOS&repo=NodeOS "> RSS</ a > </ li >
34
44
</ ul >
35
45
</ div >
36
46
<!-- /.navbar-collapse -->
@@ -65,7 +75,9 @@ <h3 class="title">{{error.name}}</h3>
65
75
< h2 class ="title "> {{item.title}}</ h2 >
66
76
</ a >
67
77
< span > by < a href ="{{item.user.html_url}} "> {{item.user.login}}</ a > </ span >
68
- < p class ="blog-date "> {{item.created_at}}, updated {{item.updated_at}}</ p >
78
+ < p class ="blog-date "> {{item.created_at | date}}
79
+ < span ng-if ="item.created_at < item.updated_at "> , updated {{item.updated_at | date}}</ span >
80
+ </ p >
69
81
</ header >
70
82
< div class ="content " ng-bind-html ="item.bodyHTML | to_trusted "> </ div >
71
83
< footer >
You can’t perform that action at this time.
0 commit comments