diff options
author | Sven Gothel <[email protected]> | 2019-06-18 07:46:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-06-18 07:46:41 +0200 |
commit | 71cc544f3b92fe6d89db8bb7377c81583002a576 (patch) | |
tree | a8c471cdf2ac909971dc595fb6c28779e3d55328 | |
parent | ad3f20fcb310cce4461f5eacb3b6917378a7cef5 (diff) |
Update HungryHarry / Planet2 Blog: Use only description (short version until 'more')
Hungry Harry update to commit 23b7f10cdbb6fecc6d2a04eee318c57c11cb73d4
Plante2 Blog: Content is too long.
Users shall utilize the 'more' mark to limit their description.
This gives our blog page a better overview and users shall click
to source to read the full content.
-rw-r--r-- | planet2/HungryHarry-SNAPSHOT-jar-with-dependencies.jar | bin | 2535014 -> 2535011 bytes | |||
-rw-r--r-- | planet2/config/planet-template.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/planet2/HungryHarry-SNAPSHOT-jar-with-dependencies.jar b/planet2/HungryHarry-SNAPSHOT-jar-with-dependencies.jar Binary files differindex 4f0f106..989de00 100644 --- a/planet2/HungryHarry-SNAPSHOT-jar-with-dependencies.jar +++ b/planet2/HungryHarry-SNAPSHOT-jar-with-dependencies.jar 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> |