Simple RSS Reader inspired by Gxxgle Reader
Revision | 588b86eb916c0b6550a448d142205cf0ca72ef15 (tree) |
---|---|
Time | 2015-06-15 16:14:36 |
Author | hylom <hylom@hylo...> |
Commiter | hylom |
fix: use font-awesome external link icon
@@ -67,7 +67,7 @@ | ||
67 | 67 | + '<td class="contentTimestamp">{{formatedTimestamp}}</td>' |
68 | 68 | + '<td class="contentLink">' |
69 | 69 | + ' <a target="_blank" href="{{url}}">' |
70 | - + ' <i class="icon-chevron-right">»</i></a>' | |
70 | + + ' <i class="fa fa-external-link-square"></i></a>' | |
71 | 71 | + '</td></tr>' |
72 | 72 | + '<tr class="contentBody" id="cbody{{content_id}}">' |
73 | 73 | + ' <td colspan="3">{{{body}}}</td>' |
@@ -6,6 +6,7 @@ html | ||
6 | 6 | link(rel='stylesheet', href='/css/style.css') |
7 | 7 | link(rel="stylesheet", href="/css/bootstrap-theme.min.css") |
8 | 8 | link(rel='stylesheet', href='/css/bootstrap.min.css') |
9 | + link(rel='stylesheet', href='/css/font-awesome.min.css') | |
9 | 10 | |
10 | 11 | script(src="/js/bootstrap.min.js") |
11 | 12 | script(src="/js/hogan-2.0.0.min.js") |