File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 < nav class ="teal ">
2121 < div class ="nav-wrapper ">
2222 < div class ="col s12 ">
23+ <!-- <i class="material-icons">language</i> -->
2324 < a class ="brand-logo ">
24- < i class ="material-icons "> language</ i >
25- < h1 > Stackoverflow Português</ h1 >
25+ < span > Stackoverflow Português</ span >
2626 </ a >
2727 < ul id ="nav-mobile " class ="right hide-on-med-and-down ">
2828 < li >
@@ -61,7 +61,9 @@ <h1>Stackoverflow Português</h1>
6161 </ div >
6262 < div ng-hide ="loading ">
6363 < header >
64- < h3 ng-bind-html ="html(feed.title) "> </ h3 >
64+ < h3 >
65+ < a class ="black-text " ng-href ="{{ feed.link }} " target ="_blank " ng-bind-html ="html(feed.title) "> </ a >
66+ </ h3 >
6567 </ header >
6668 < section class ='box '>
6769 < div ng-bind-html ="html(feed.content) "> </ div >
You can’t perform that action at this time.
0 commit comments