Skip to content

Commit

Permalink
Update movies table header, ignore data files
Browse files Browse the repository at this point in the history
  • Loading branch information
jneidel committed Nov 14, 2019
1 parent 58b065e commit 467ad5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,7 +4,7 @@ dist/css
dist/js
*.html

src/data/now-*.json
src/data/*

*.pdf
git-starter.zip
Expand Down
18 changes: 12 additions & 6 deletions src/pug/movies.pug
Expand Up @@ -24,9 +24,12 @@ block body
h2 Full recommendation
table
tr
td name
td known for
td genres
td
b name
td
b known for
td
b genres
for i in movies
tr
td
Expand All @@ -42,9 +45,12 @@ block body
h2 Limited recommendation (if the topic is of interest)
table
tr
td name
td known for
td genres
td
b name
td
b known for
td
b genres
for i in maybe
tr
td
Expand Down

0 comments on commit 467ad5d

Please sign in to comment.