Objectives
- Start experimenting with Templates
- Remove subtitle from the blog post list
Step 1: Get original liquid code
- Go the Orchard Core's repo
- Get the code for Content-BlogPost.Summary.liquid
Step 2: Create a new template
- Refer to the docs regarding templates
Step 3: Modify the template
Step 4: Test
References:
Orchard Core's GitHub repo for TheBlogTheme's Views folder
Orchard Core's docs on Templates