<p><b>@huey735</b> approved this pull request.</p>

<p>ACK</p>
<p>I've ran this locally and it works. But can you help me understand how is Jekyll serving the page?</p>
<p>Is it through this lines in _layouts/default.html</p>
<pre><code><!--Select includes/main_nav according to page lang or absence of lang-->
          {% if page.lang == "en" or page.ref == "blog" %}
            {% include main_nav.html %}
          {% else %}
            {% include main_nav_tr.html %}
          {% endif %}


            {% if page.url == '/' %}

                <div class="outter">
                    {% include homepage_content.html %}
                </div>

            {% else %}

                <div class="outter">
<!-- Select includes/homepage_content according to page lang -->
                  {% if page.ref == "index" %}
                    {% include homepage_content_tr.html %}
                  {% else %}
                    {{ content }}
                  {% endif %}
                </div>

            {% endif %}

<!-- Select includes/footer according to page lang -->
              {% if page.lang == "en" or page.ref == "blog" %}
                {% include footer.html %}
              {% else %}
                {% include footer_tr.html %}
              {% endif %}
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-website/pull/212?email_source=notifications&email_token=AJFFTNVA4W73WJQCJW4Q7HTQGAJ2ZA5CNFSM4IPBL4YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCRPZAQ#pullrequestreview-279116930">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXUXQELRYP3PZYKRP3QGAJ2ZANCNFSM4IPBL4YA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNQIRLFM25MUIEJISWTQGAJ2ZA5CNFSM4IPBL4YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCRPZAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq-website/pull/212?email_source=notifications\u0026email_token=AJFFTNVA4W73WJQCJW4Q7HTQGAJ2ZA5CNFSM4IPBL4YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCRPZAQ#pullrequestreview-279116930",
"url": "https://github.com/bisq-network/bisq-website/pull/212?email_source=notifications\u0026email_token=AJFFTNVA4W73WJQCJW4Q7HTQGAJ2ZA5CNFSM4IPBL4YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCRPZAQ#pullrequestreview-279116930",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>