mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-03 12:30:13 +00:00
Feat : Pull Background image from markdown
This commit is contained in:
parent
ba3617cc8c
commit
708806c3ed
2 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
<<!-- globalParallax -->
|
||||
<div class="parallax" id="global-parallax">
|
||||
<img src="../img/foundation-tavern-background-art.png" data-depth-factor="3" alt="bg-img" class="d-none d-sm-none d-md-none d-lg-block parallax-layer main-parallax-img" />
|
||||
<img src="{{ page.bg-image }}" data-depth-factor="3" alt="bg-img" class="d-none d-sm-none d-md-none d-lg-block parallax-layer main-parallax-img" />
|
||||
<div class="parallax-mask"></div>
|
||||
<div class="parallax-bg"></div>
|
||||
|
||||
|
|
1
swarm.md
1
swarm.md
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title : The Swarm
|
||||
subhead : LBRY SWARM!🍯
|
||||
bg-image : img\foundation-swarm-background-art.png
|
||||
layout : default
|
||||
permalink : /swarm/
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue