fixed sample, also removed stupid '.' again in quote

This commit is contained in:
JesseBot 2016-01-04 03:26:18 +00:00
parent 9555624c13
commit 8ed279c41e
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,10 @@
<Directory /path/to/web/root>
WSGIProcessGroup example_group
WSGIApplicationGroup %{GLOBAL}
# comment out next two lines if getting "forbidden" errors
Order deny,allow
Allow from all
# uncomment if getting "forbidden" errors
# Require all granted
</Directory>
</VirtualHost>

View file

@ -18,7 +18,7 @@
</div>
<div class="col-md-7">
<h2 class="featurette-heading"><br /><span class="text-muted">Hi, I'm</span> {{name}}.</h2>
<p class="lead">{{header_quotation}}.</p>
<p class="lead">{{header_quotation}}</p>
</div>
</div>
</div>