mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
feat(posts): add sample markdown content for testing rendering
This commit is contained in:
@@ -3,3 +3,9 @@ title: Inner Section
|
||||
description: This section contains inner pages to test the section and page layouts in Hugo.
|
||||
date: 2026-04-11
|
||||
---
|
||||
|
||||
Section/List pages can include markdown content as well. Simply add the content in the `_index.md` file of the section. The content will be rendered above the list of pages in that section.
|
||||
|
||||
You can add images, links, and other markdown content in the `_index.md` file. This allows you to provide an introduction or overview of the section before listing the individual pages.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user