Fix #118: fix single page generation when file from summary doesn't exists

This commit is contained in:
Samy Pessé
2014-04-18 23:42:02 +02:00
parent 6bce93d893
commit fd64c05809
+2
View File
@@ -77,9 +77,11 @@
<h1>{{ item.title }}</h1>
</article>
{% if pages[item.path] %}
<article>
{{ articleContent(pages[item.path].content) }}
</article>
{% endif %}
{% if item.articles.length > 0 %}
{% for article in item.articles %}