Skip to content

Commit 5f3c435

Browse files
author
joeltaylor
committed
Remove view templating for fivesjs feed
1 parent 4ba8b0c commit 5f3c435

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

server/views/news/index.jade

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,6 @@ block content
8484
a.btn.btn--a--bordered.db.dib--s.mbs.mrs--s(href='https://itunes.apple.com/us/podcast/5-minutes-of-javascript/id775261328') Listen Now
8585
a.btn.btn--a--bordered.db.dib--s(href='https://fivejs.codeschool.com/') Visit Site
8686

87-
.pillar.pillar--l.pillar--thick.mbl
88-
89-
ul.list.list--l.list--divided.list--divided--l
90-
91-
- for story in news_collection
92-
li.list-item
93-
article
94-
h2.h.h--4
95-
a.externalLink.tct.twb(href=story.url target='_blank')
96-
= story.title
97-
- iconPartial = { name: 'external', className: 'externalLink-icon', size: 14 }
98-
include /views/partials/_icon
99-
p.mbf.tss.
100-
#{story.body}
101-
10287
h3.h.h--4.mbs The Latest News in Your Inbox
10388

10489
p.tcs.tss Subscribe now to the weekly 5 Minutes of JavaScript newsletter.

0 commit comments

Comments
 (0)