Skip to content

Commit 162a954

Browse files
committed
minor fixes
1 parent 43e2789 commit 162a954

7 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/fontello.zip

424 Bytes
Binary file not shown.

handlers/tutorial/templates/article.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ block content
3333
script(src=script("tutorial"))
3434
script tutorial.init();
3535

36+
include /blocks/banner-bottom

handlers/tutorial/templates/frontpage.jade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ block content
5151
while ++i < chapters.length
5252
- var chapter = chapters[i]
5353
+e.brick
54-
+e('h3').brick-title= chapter.title
54+
+e('h3').brick-title
55+
+e('a')(href=chapter.url).brick-title-link= chapter.title
5556
+e.brick-content!= chapter.content
5657
+e('ul').chapters-list
5758
each child in chapter.children
@@ -60,3 +61,4 @@ block content
6061

6162
script(src=script("tutorial"))
6263
script tutorial.init();
64+

styles/blocks/course-bricks/course-bricks.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
& &__brick-title-link
4343
color alternate_link_color
4444

45+
4546
& &__brick-title-link:hover
4647
color link_hover_color
4748
text-decoration: underline

styles/blocks/font/icons.otf

32 Bytes
Binary file not shown.

styles/blocks/font/icons.woff

28 Bytes
Binary file not shown.

templates/layouts/main.jade

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ block main
3030
if sidebar
3131
include ../blocks/article-tablet-foot
3232

33-
include ../blocks/banner-bottom
34-
3533
if comments
3634
include ../blocks/comments

0 commit comments

Comments
 (0)