mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Fixed FAQ header
This commit is contained in:
parent
7d2673bd64
commit
29125f3535
1 changed files with 2 additions and 1 deletions
|
@ -5,12 +5,13 @@
|
|||
<main class="ancillary">
|
||||
<section class="hero hero--half-height">
|
||||
<div class="inner-wrap inner-wrap--hero">
|
||||
<h1><?php echo htmlentities($post->getTitle()) ?></h1>
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="inner-wrap">
|
||||
<h2><?php echo htmlentities($post->getTitle()) ?></h2>
|
||||
<p><a href="/faq">« {{page.faq.back}}</a></p>
|
||||
<?php echo $post->getContentHtml() ?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue