Merge pull request #22 from stvnjacobs/patch-1
Fix typo in portfolio guide
This commit is contained in:
commit
82b0d2ac19
|
@ -123,7 +123,7 @@ For the detail page we show all information we know about:
|
||||||
{% block title %}{{ this.name }} ({{ this.date.year }}){% endblock %}
|
{% block title %}{{ this.name }} ({{ this.date.year }}){% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1>{{ this.name }}</h1>
|
<h1>{{ this.name }}</h1>
|
||||||
<dt>
|
<dl>
|
||||||
<dt>Date
|
<dt>Date
|
||||||
<dd>{{ this.date|dateformat }}
|
<dd>{{ this.date|dateformat }}
|
||||||
{% if this.website %}
|
{% if this.website %}
|
||||||
|
|
Loading…
Reference in New Issue