Skip to content

Commit

Permalink
Update home.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSendecka authored Apr 16, 2024
1 parent 4e67a52 commit 854cbf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _layouts/home.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ layout: default
<div id="main" class="call-out call-out_img">
<h1> {{ site.header_text | default: "Change <code>header_text</code> in <code>_config.yml</code>"}} </h1>
</div>

<div class="home_text">
{{content}}
</div>

{% capture _blog %}{% include blog/blog.liquid %}{% endcapture %}
{{ _blog | split: " " | join: " "}}
</div>

0 comments on commit 854cbf6

Please sign in to comment.