diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-08-06 17:10:20 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-08-06 18:52:53 +0200 |
| commit | 1c5ef0a9c52a273eb1b54ac9b8c8e2642b5c7376 (patch) | |
| tree | f7be3e34d4279badedd3a8334c946673bbba80a0 /templates | |
| parent | 2f2da4ad81a290f38beb1f6fad2492d341c6fd51 (diff) | |
| download | flevum-1c5ef0a9c52a273eb1b54ac9b8c8e2642b5c7376.tar.gz | |
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/_includes/components/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_includes/components/post.html b/templates/_includes/components/post.html index e901ec5..e27c0d5 100644 --- a/templates/_includes/components/post.html +++ b/templates/_includes/components/post.html @@ -14,7 +14,7 @@ $if(teaser)$ $teaser$ $else$ - $description$ + $body$ $endif$ <p> <a href="$url$" class="read-more-button" role="button"> |
