mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
added if else conditions for governance and swarm
This commit is contained in:
parent
a6708daa19
commit
f99cb492a2
1 changed files with 20 additions and 2 deletions
|
@ -29,7 +29,21 @@
|
|||
<!-- /jumbotron -->
|
||||
|
||||
<div class="container-fluid above-parallax">
|
||||
{{ content }}
|
||||
{% if page.title == 'Governance' %}
|
||||
<!-- Board of Directors -->
|
||||
{% include boardofdirectors.html %}
|
||||
<!-- /Board of Directors -->
|
||||
{{ content }}
|
||||
|
||||
{% elsif page.title == 'The Swarm' %}
|
||||
{{ content }}
|
||||
<!-- Foundations Hives-->
|
||||
{% include hives.html %}
|
||||
<!-- /Foundations Hives -->
|
||||
|
||||
{% else %}
|
||||
{{ content }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -42,10 +56,14 @@
|
|||
<!-- /globalParallaxContent -->
|
||||
</div>
|
||||
<!-- /globalParallax -->
|
||||
|
||||
<!-- Hives Modals -->
|
||||
{% include hivesmodals.html %}
|
||||
<!-- /Hives Modals -->
|
||||
|
||||
<!-- JSPart -->
|
||||
{% include js.html %}
|
||||
<!-- /JSPart -->
|
||||
<!-- /JSPart -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue