Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 75464d5

Browse files
authored
Merge pull request #2794 from IdeaBlade/chalin-guide-misc-fix-1113
docs: guide/index misc Jade fixes
2 parents 78e2584 + 02f5559 commit 75464d5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

public/docs/ts/latest/guide/index.jade

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
block includes
22
include ../_util-fns
33

4-
- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript'
54
figure
6-
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
5+
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px")
6+
77
:marked
88
This is a practical guide to Angular for experienced programmers who
9-
are building client applications in HTML and #{langName}.
10-
11-
<br clear="all">
9+
are building client applications in HTML and #{_Lang}.
10+
<br style="clear:left;">
1211

13-
<a id="learning-path"></a>
1412
:marked
1513
# Organization
1614

0 commit comments

Comments
 (0)