File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="section ">
4
4
< h2 class ="frontpage "> {{ section.title }}</ h2 >
5
5
{% for link in section.links %}
6
- < a href =" {% if link.link contains '://' %}{{link.link}}{% else %}{{site.baseurl}}{{link.link}}{% endif %} " class ="doc-item ">
6
+ < span class ="doc-item ">
7
7
< div class ="doc-item-header ">
8
8
< i class ="{{link.icon}} "> </ i >
9
- < h5 > {{ link.title}}</ h5 >
9
+ < h5 > < a href =" {% if link.link contains '://' %}{{ link.link}}{% else %}{{site.baseurl}}{{link.link}}{% endif %} " > {{link. title}}</ a > </ h5 >
10
10
</ div >
11
11
< div class ="doc-item-main ">
12
- < p > {{link.description}}</ p >
12
+ < p > {{link.description | markdownify }}</ p >
13
13
</ div >
14
- </ a >
14
+ </ span >
15
15
{% endfor %}
16
16
</ div >
17
17
< div class ="more-resources ">
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ scala2-sections:
73
73
icon : " fa fa-book-open"
74
74
link : /overviews/scala-book/introduction.html
75
75
- title : Online Resources
76
- description : " Online Courses, Exercises, & Blogs."
76
+ description : " [ Online Courses](/online-courses.html) , Exercises, & Blogs."
77
77
icon : " fa fa-cloud"
78
78
link : /learn.html
79
79
- title : Books
You can’t perform that action at this time.
0 commit comments