Fix typo in portfolio guide
This commit is contained in:
parent
46c71b7b19
commit
fdfa3968c5
|
@ -123,7 +123,7 @@ For the detail page we show all information we know about:
|
|||
{% block title %}{{ this.name }} ({{ this.date.year }}){% endblock %}
|
||||
{% block body %}
|
||||
<h1>{{ this.name }}</h1>
|
||||
<dt>
|
||||
<dl>
|
||||
<dt>Date
|
||||
<dd>{{ this.date|dateformat }}
|
||||
{% if this.website %}
|
||||
|
|
Loading…
Reference in New Issue