Я добавил новый пользовательский шаблон, например page.about.liquid
, в папку шаблонов. Но этот шаблон не отображается в разделе Template suffix
. скриншот прилагается ниже. Кто-нибудь может мне здесь помочь? https://www.screencast.com/t/hJGH3VzN
https://www.screencast.com/t/PLdBPiuYp
{% include 'page-header', title: 'About Us' %}
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-fluid" src="{{settings.about_img | img_url: '1920x'}}">
</div>
<div class="col-md-6">
{{page.content}}
</div>
</div>
</div>
</section>