Skip to content

Commit a8e53b1

Browse files
authored
Replace invalid reference to FeedContent.html with Content.html
Posts.html refers attempts to include FeedContent.html, however that file doesn't exist. This commit changes it to include Content.html instead.
1 parent 0fdbdbc commit a8e53b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/Post.html

Lines changed: 2 additions & 2 deletions
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)