Skip to content

Commit 326667f

Browse files
adding link in title
1 parent 5eb4264 commit 326667f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

body.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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>

0 commit comments

Comments
 (0)