Rontim / MyCampus-backend

Backend for the MyCampus project
1 stars 0 forks source link

Added excerpt to blog listing response #14

Closed Mirror83 closed 7 months ago

Mirror83 commented 7 months ago

An excerpt is a short piece of an entire blog post. It is the one used to entice the reader to read the rest of the post. I implemented this by taking the first paragraph encountered in the blocks array, and then in the frontend I strip it to 100 characters.