appparently never committed this? derp

This commit is contained in:
JesseBot 2017-06-27 06:51:15 +00:00
parent e4602e7bd1
commit 06c7f8997a

View file

@ -22,7 +22,12 @@
% else:
<h2 class="featurette-heading"><span class="text-muted">Hi, I'm</span> {{name}}.</h2>
% end
<p class="lead">{{header_quotation}}</p>
<p class="lead special-font"><small>{{header_quotation}}</small></p>
% if len(name) > 13:
<h5><small>{{blurb}}</small></h5>
% else:
<h4><small>{{blurb}}</small></h4>
% end
</div>
</div>
</div>