diff --git a/_config.yml b/_config.yml index a903c91..8f69a13 100644 --- a/_config.yml +++ b/_config.yml @@ -123,7 +123,8 @@ collections: output: true permalink: /projects/:path/ -news_limit: 5 +news_scrollable: true # adds a vertical scroll bar if there are more than 3 news items +news_limit: 5 # leave blank to include all the news in the `_news` folder # ----------------------------------------------------------------------------- # Jekyll settings diff --git a/_includes/news.html b/_includes/news.html index aa7f354..307e532 100644 --- a/_includes/news.html +++ b/_includes/news.html @@ -2,10 +2,16 @@
| {{ item.date | date: "%b %-d, %Y" }} |
|---|