diff options
Diffstat (limited to 'planet2/config/planet-template.html')
-rw-r--r-- | planet2/config/planet-template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html index c6b8260..19f988b 100644 --- a/planet2/config/planet-template.html +++ b/planet2/config/planet-template.html @@ -134,7 +134,7 @@ <br/> <h2><a href="${entry.link}">${entry.title}</a></h2> ${entry.author} // ${entry.published?datetime}<br/><br/> - ${entry.content}<br/> + ${entry.description}<br/> <br/> </#list> |