Build: 382
Version: 1..2.14
After upgrading to the newest version the front-end implementation throws error shown in the screenshot below:

Result of custom partial:
Apparently this doesn't work anymore since the newest builds of OctoberCMS:
<img src="{{ post.featured_images.1.path }}" width=100% />
should be:
<img src="{{ post.featured_images[1].path }}" width=100% />
Most helpful comment
Result of custom partial:
Apparently this doesn't work anymore since the newest builds of OctoberCMS:
<img src="{{ post.featured_images.1.path }}" width=100% />should be:
<img src="{{ post.featured_images[1].path }}" width=100% />