We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fdbdbc + a8e53b1 commit d200529Copy full SHA for d200529
_layouts/Post.html
@@ -84,7 +84,7 @@
84
<div class="column is-6-widescreen is-8-desktop is-8-tablet is-12-mobile">
85
<h5 class="meta-title"><a href="/">← Home</a></h5>
86
<div class="jumbo">{{page.title}}</div>
87
- {%- include FeedContent.html -%}
+ {%- include Content.html -%}
88
{%- include Feed.html -%}
89
</div>
90
{%- endif -%}
@@ -180,4 +180,4 @@ <h1>{{page.title}}</h1>
180
{%- include Footer.html -%}
181
</main>
182
</body>
183
-</html>
+</html>
0 commit comments