Feat : Added condition check for arena check in default layout

This commit is contained in:
eniamza 2020-08-21 21:04:15 +06:00
parent 9ff42bd696
commit 3a056cbbf3

View file

@ -40,6 +40,12 @@
<!-- Foundations Hives--> <!-- Foundations Hives-->
{% include hives.html %} {% include hives.html %}
<!-- /Foundations Hives --> <!-- /Foundations Hives -->
{% elsif page.title == 'LBRY Arena' %}
{{ content }}
<!-- Past LBRY Arena Events-->
{% include arena_events.html %}
<!-- Past LBRY Arena Events -->
{% else %} {% else %}
{{ content }} {{ content }}