docs: guide/index misc Jade fixes

- Eliminate use of deprecated `clear=“all”` in `<br>`.
- No need for local `langName`; use global `_Lang` var instead.
- Remove duplicate id `learning-path`.
This commit is contained in:
Patrice Chalin 2016-11-14 04:29:17 -08:00
parent 14db838f8b
commit 02f55592b2
1 changed files with 4 additions and 6 deletions

View File

@ -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}.
<br style="clear:left;">
<br clear="all">
<a id="learning-path"></a>
:marked
# Organization