File tree 5 files changed +29
-1
lines changed
5 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ a:focus {
416
416
# blue h3 {
417
417
color : white;
418
418
margin-left : 15px ;
419
+ margin-right : 15px ;
419
420
}
420
421
421
422
.ctitle {
Original file line number Diff line number Diff line change
1
+ < a href ="/feed.xml " style ="
2
+ float: right;
3
+ line-height: 1;
4
+ background-color: #fff;
5
+ padding: 3px;
6
+ border-radius: 6px;
7
+ "> < img src ="/assets/fonts/feed-icon.svg " style ="width: 24px; height: 24px; vertical-align: top; " alt ="RSS Feed " title ="RSS Feed "> </ a >
Original file line number Diff line number Diff line change 8
8
9
9
< title > {{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</ title >
10
10
11
+ {% if page.title == "Blog" %}< link rel ="alternate " type ="application/atom+xml " title ="GopherJS Blog " href ="/feed.xml " /> {% endif %}
12
+
11
13
<!-- Bootstrap core CSS -->
12
14
< link href ="{{ "/assets/css/bootstrap.css" | prepend: site.baseurl }}" rel="stylesheet">
13
15
Original file line number Diff line number Diff line change 1
1
< div id ="blue ">
2
2
< div class ="container ">
3
3
< div class ="row ">
4
- < h3 > {{ page.title }}.</ h3 >
4
+ < h3 > {{ page.title }}.{% if page.title == "Blog" %}{% include feed-link.html %}{% endif %} </ h3 >
5
5
</ div > <!-- /row -->
6
6
</ div > <!-- /container -->
7
7
</ div > <!-- /blue -->
You can’t perform that action at this time.
0 commit comments