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

Commit 064efb4

Browse files
committed
fix: replace 2.X.Y with 4.X.Y
1 parent 338e9e9 commit 064efb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/_includes/_hero.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if current.path[4] && current.path[3] == 'api'
1515

1616
if current.path.indexOf('cheatsheet') > 0 || current.path[current.path.length-2] === 'api'
1717
- var base = current.path[4] ? '../guide' : './guide';
18-
- var ngVersion = '(v<ngio-cheatsheet src="' + base + '/cheatsheet.json" version-only>2.X.Y</ngio-cheatsheet>)';
18+
- var ngVersion = '(v<ngio-cheatsheet src="' + base + '/cheatsheet.json" version-only>4.X.Y</ngio-cheatsheet>)';
1919

2020
header.hero.background-sky
2121
h1(class="hero-title #{textFormat}") #{headerTitle} !{ngVersion}

0 commit comments

Comments
 (0)