mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Remove extraneous ", fix bio pic
This commit is contained in:
parent
9931d5c4d6
commit
0291f6a69f
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
<h3 class="cover-title cover-title-tile cover-title-flat">I Have Questions</h3>
|
||||
<p>
|
||||
Have a big audience? Let Reilly know how we can support you
|
||||
by <a class="link-primary" href=mailto:reilly@lbry.io?subject=YouTube+Freedom">emailing him directly</a>.
|
||||
by <a class="link-primary" href=mailto:reilly@lbry.io?subject=YouTube+Freedom>emailing him directly</a>.
|
||||
</p>
|
||||
<form action="/youtube/sub" method="POST" class="spacer2">
|
||||
<?php echo View::render('form/_formRow', [
|
||||
|
@ -86,7 +86,7 @@
|
|||
]) ?>
|
||||
<input type="submit" value="Let's Talk" class="btn-primary">
|
||||
</form>
|
||||
<?php echo View::render('content/_bio', ['person' => 'reilly-smith-youtube']) ?>
|
||||
<?php echo View::render('content/_bio', ['person' => 'reilly-smith']) ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue