From a624143186eb41fd1fee8ff83f308b2e9536066f Mon Sep 17 00:00:00 2001 From: Maxim Salnikov Date: Fri, 15 Jan 2016 23:01:43 +0100 Subject: [PATCH] News card structure fixed Structure for "Licensing" news was fixed to match the rest of articles --- public/news.jade | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/news.jade b/public/news.jade index ed9681758e..46725c6b6f 100644 --- a/public/news.jade +++ b/public/news.jade @@ -13,8 +13,9 @@ href="http://angularjs.blogspot.com/2016/01/angular-2-mit-open-source-licensed.html" ) Angular 2: an MIT Open Source Licensed Framework p As of beta.2 this week, we're moving Angular 2, its related libraries, and any code snippets and examples to the MIT license. Open source licenses are meant to protect developers by making it clear how code can be... - img(src="/resources/images/bios/naomi.jpg") - .posted Posted by Naomi Black + .author + img(src="/resources/images/bios/naomi.jpg") + .posted Posted by Naomi Black .c6 .article-card .date December 15, 2015 @@ -24,11 +25,9 @@ href="http://angularjs.blogspot.com/2015/12/angular-2-beta.html" ) Angular 2 Beta p We're ecstatic to announce that we've reached Angular 2 Beta. You can read about many of the improvements over Angular 1 in a recent post. Get started learning Angular 2 now at angular.io. What does 'beta' mean? Beta... - - .author + .author img(src="/resources/images/bios/brad-green.jpg") .posted Posted by Brad Green - .grid-fluid.l-space-top-6 .c12.text-center h3.text-headline.text-uppercase From Our Developer Community