Feat : Pull Subheads from markdown

This commit is contained in:
eniamza 2020-06-25 14:16:12 +06:00
parent 2154c5cd42
commit ba3617cc8c
2 changed files with 2 additions and 1 deletions

View file

@ -78,7 +78,7 @@
<div class="container text-sm-center pt-5"> <div class="container text-sm-center pt-5">
<center><h1 class="display-4" Ideas style="font-weight: bold;">{{ page.title }}</h1></center> <center><h1 class="display-4" Ideas style="font-weight: bold;">{{ page.title }}</h1></center>
<hr class="heading"> <hr class="heading">
<center><p class="lead">The LBRY Tavern. Cheers!🍺</p></center> <center><p class="lead">{{ page.subhead }}</p></center>
</div> </div>
</div> </div>
<!-- /jumbotron --> <!-- /jumbotron -->

View file

@ -1,5 +1,6 @@
--- ---
title : The Swarm title : The Swarm
subhead : LBRY SWARM!🍯
layout : default layout : default
permalink : /swarm/ permalink : /swarm/
--- ---