mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Feat : Added condition check for arena check in default layout
This commit is contained in:
parent
9ff42bd696
commit
3a056cbbf3
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@
|
|||
<!-- Foundations Hives-->
|
||||
{% include hives.html %}
|
||||
<!-- /Foundations Hives -->
|
||||
|
||||
{% elsif page.title == 'LBRY Arena' %}
|
||||
{{ content }}
|
||||
<!-- Past LBRY Arena Events-->
|
||||
{% include arena_events.html %}
|
||||
<!-- Past LBRY Arena Events -->
|
||||
|
||||
{% else %}
|
||||
{{ content }}
|
||||
|
|
Loading…
Add table
Reference in a new issue