mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
fixed sample, also removed stupid '.' again in quote
This commit is contained in:
parent
9555624c13
commit
8ed279c41e
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue