File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 4
4
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.5.0/css/all.css " integrity ="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU " crossorigin ="anonymous ">
5
5
< link rel ="stylesheet " href ="{{ "/assets/css/main.css" | relative_url }}">
6
6
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
7
-
8
7
<!-- CircuitPython RSS Feed -->
9
8
< link rel ="alternate "
10
9
type ="application/rss+xml "
11
10
title ="CircuitPython news! "
12
11
href ="https://blog.adafruit.com/category/circuitpython/feed/ "/>
12
+ < link rel ="alternate " type ="application/rss+xml " title ="Latest Boards " href ="/feed.rss "/>
13
13
< script src ="{{ "/assets/javascript/header_mobile.js" | relative_url }}"> </ script >
14
14
</ head >
15
-
16
-
Original file line number Diff line number Diff line change 8
8
< a {% if current[1] == 'awesome ' %}class ='active '{% endif %} href ="{{ "/awesome" | relative_url }}"> Awesome</ a >
9
9
< a href ="https://www.adafruitdaily.com/category/circuitpython "> Newsletter</ a >
10
10
< a href ="https://forums.adafruit.com/viewforum.php?f=60 "> Help</ a >
11
- < a href ="https://adafru.it/discord "> < i class ="fab fa-discord "> </ i > </ a >
11
+ < span >
12
+ < a href ="https://adafru.it/discord "> < i class ="fab fa-discord "> </ i > </ a >
13
+ < a href ="{{ '/feed.rss' | relative_url }} " type ="application/rss+xml "> < i class ="fas fa-rss-square "> </ i > </ a >
14
+ </ span >
12
15
</ div >
13
16
</ div >
14
17
</ div >
Original file line number Diff line number Diff line change 41
41
justify-content : flex-end ;
42
42
43
43
a {
44
- margin-left : 40px ;
45
44
font-size : 16px ;
46
45
color : #999999 ;
47
46
48
47
& :hover {
49
48
color : #fff ;
50
49
}
51
50
}
51
+ & > a {
52
+ margin-left : 40px ;
53
+ }
54
+ & > span {
55
+ margin-left : 35px ;
56
+ a {
57
+ margin-left : 5px ;
58
+ }
59
+ }
52
60
}
53
61
}
54
62
Original file line number Diff line number Diff line change 16
16
< item >
17
17
< title > {{ board.name }}</ title >
18
18
< link > {{ board.url | absolute_url }}</ link >
19
- < description > <![CDATA[ < p > By {{ board.manufacturer }}</ p > {{ board.content }} ]]> </ description >
19
+ < description > <![CDATA[ {% include downloads/board_image.html board_image=board.board_image %} < p > By {{ board.manufacturer }}</ p > {{ board.content }} ]]> </ description >
20
20
< category > CircuitPython</ category >
21
21
< pubDate > {{ board.date_added | date: '%s' | plus: twelve_hours | date_to_rfc822 }}</ pubDate >
22
22
< guid > {{ board.url | absolute_url }}</ guid >
27
27
< item >
28
28
< title > {{ board.name }}</ title >
29
29
< link > {{ board.url | absolute_url }}</ link >
30
- < description > <![CDATA[ < p > By {{ board.manufacturer }}</ p > {{ board.content }} ]]> </ description >
30
+ < description > <![CDATA[ {% include downloads/board_image.html board_image=board.board_image %} < p > By {{ board.manufacturer }}</ p > {{ board.content }} ]]> </ description >
31
31
< category > Blinka</ category >
32
32
< pubDate > {{ board.date_added | date: '%s' | plus: twelve_hours | date_to_rfc822 }}</ pubDate >
33
33
< guid > {{ board.url | absolute_url }}</ guid >
You can’t perform that action at this time.
0 commit comments