Skip to content

Commit d200529

Browse files
authored
Merge pull request Jekyll-Garden#36 from chmosquera/patch-1
Replace invalid reference to FeedContent.html with Content.html
2 parents 0fdbdbc + a8e53b1 commit d200529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/Post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<div class="column is-6-widescreen is-8-desktop is-8-tablet is-12-mobile">
8585
<h5 class="meta-title"><a href="/">← Home</a></h5>
8686
<div class="jumbo">{{page.title}}</div>
87-
{%- include FeedContent.html -%}
87+
{%- include Content.html -%}
8888
{%- include Feed.html -%}
8989
</div>
9090
{%- endif -%}
@@ -180,4 +180,4 @@ <h1>{{page.title}}</h1>
180180
{%- include Footer.html -%}
181181
</main>
182182
</body>
183-
</html>
183+
</html>

0 commit comments

Comments
 (0)