File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 45
45
<ul class =" nav navbar-nav navbar-right" >
46
46
47
47
{% block header_navigation_links %}
48
- <li >
49
- <a href =" {{ path(' blog_rss' ) }}" >
50
- <i class =" fa fa-rss" aria-hidden =" true" ></i > {{ ' menu.rss' | trans }}
51
- </a >
52
- </li >
53
-
54
48
<li >
55
49
<a href =" {{ path(' blog_index' ) }}" >
56
50
<i class =" fa fa-home" aria-hidden =" true" ></i > {{ ' menu.homepage' | trans }}
Original file line number Diff line number Diff line change
1
+ <div class =" section rss" >
2
+ <a href =" {{ path(' blog_rss' ) }}" >
3
+ <i class =" fa fa-rss" aria-hidden =" true" ></i > {{ ' menu.rss' | trans }}
4
+ </a >
5
+ </div >
Original file line number Diff line number Diff line change 28
28
{{ parent () }}
29
29
30
30
{{ show_source_code(_self ) }}
31
+ {{ include (' blog/_rss.html.twig' ) }}
31
32
{% endblock %}
Original file line number Diff line number Diff line change 63
63
{{ parent () }}
64
64
65
65
{{ show_source_code(_self ) }}
66
+ {{ include (' blog/_rss.html.twig' ) }}
66
67
{% endblock %}
Original file line number Diff line number Diff line change @@ -118,6 +118,13 @@ footer #footer-resources i {
118
118
min-width : 75px
119
119
}
120
120
121
+ /* Misc. elements
122
+ ------------------------------------------------------------------------- */
123
+ .section .rss a {
124
+ color : # f39c12 ;
125
+ font-size : 21px ;
126
+ }
127
+
121
128
/* Forms
122
129
------------------------------------------------------------------------- */
123
130
.form-group .has-error .form-control {
You can’t perform that action at this time.
0 commit comments