From 02f55592b232618407a3a8fce70845589ee78978 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 14 Nov 2016 04:29:17 -0800 Subject: [PATCH] docs: guide/index misc Jade fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Eliminate use of deprecated `clear=“all”` in `
`. - No need for local `langName`; use global `_Lang` var instead. - Remove duplicate id `learning-path`. --- public/docs/ts/latest/guide/index.jade | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 6af522624c..3772e35799 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -1,16 +1,14 @@ block includes include ../_util-fns -- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript' figure - img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) + img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px") + :marked This is a practical guide to Angular for experienced programmers who - are building client applications in HTML and #{langName}. + are building client applications in HTML and #{_Lang}. +
-
- - :marked # Organization