💄 style(blog): remove trailing space in markdown text

- eliminate unwanted space at the end of a sentence for style consistency
This commit is contained in:
Jeremiah Russell 2025-02-11 09:07:47 +00:00
parent f2d13b9468
commit ee88359ad6
No known key found for this signature in database
GPG key ID: E576B835ACE207E5

View file

@ -113,7 +113,7 @@ The description is regular Markdown content, set outside the front matter.
#### Listing Recent Posts
To show posts on your main page, you first need to decide where these posts will be served from: the root path (`/`) or a subdirectory (e.g., `/blog`).
To show posts on your main page, you first need to decide where these posts will be served from: the root path (`/`) or a subdirectory (e.g., `/blog`).
**Option A: Serve posts from the root path (`/`)**