Created
April 20, 2017 17:18
-
-
Save tnylea/8ad8f68b6f736a36b575939d67015bdb to your computer and use it in GitHub Desktop.
Example of Post View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="post"> | |
@include('partials.post') | |
<infinite-scroll-post post="{{ $post }}" loader="/path/to/loader.svg"></infinite-scroll-post> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment