31
31
< div class ="collapse navbar-collapse navbar-ex1-collapse ">
32
32
< ul class ="nav navbar-nav ">
33
33
< li > < a href ="http://node-os.com/blog "> Blog</ a > </ li >
34
- < li > < a href ="http://npkg.org "> npkg.org</ a > </ li >
35
34
</ ul >
36
35
</ div >
37
36
<!-- /.navbar-collapse -->
@@ -52,7 +51,7 @@ <h3 class="title">{{error.name}}</h3>
52
51
Don't worry, it probably was not your fault... probably...
53
52
< br /> < br />
54
53
Even if it was,
55
- < a target ="_blank " href ="https://github.com/formula1/ NodeOS-Blog /issues " > just submit an issue :)</ a >
54
+ < a target ="_blank " href ="https://github.com/NodeOS/GitBlog /issues " > just submit an issue :)</ a >
56
55
</ footer >
57
56
</ div >
58
57
</ article >
@@ -63,8 +62,10 @@ <h3 class="title">{{error.name}}</h3>
63
62
< div class ="col-sm-8 col-sm-offset-2 ">
64
63
< header class ="{{item.state}} ">
65
64
< a href ="https://github.com/{{uriPath}}/{{item.number}} ">
66
- < h3 class ="title "> {{item.title}}</ h3 >
65
+ < h2 class ="title "> {{item.title}}</ h2 >
67
66
</ a >
67
+ < 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 >
68
69
</ header >
69
70
< div class ="content " ng-bind-html ="item.bodyHTML | to_trusted "> </ div >
70
71
< footer >
@@ -92,7 +93,7 @@ <h3 class="title">{{item.title}}</h3>
92
93
< div class ="row ">
93
94
< div class ="col-sm-7 ">
94
95
< h3 class ="footer-title "> Share</ h3 >
95
- < p > node-os is a work in progress.</ p >
96
+ < p > NodeOS is a work in progress.</ p >
96
97
< p > If you would like to support us, please share node-os via Twitter</ p >
97
98
< p class ="pvl ">
98
99
< a href ="https://twitter.com/TheNodeOS " class ="twitter-follow-button " data-show-count ="false " data-size ="large "> Follow @TheNodeOS</ a >
0 commit comments