I’m curious if I can direct portions of the front matter to be displayed at different locations: For example on my test1 page, I would like the test1, date, and tags to only display in the blue section, as opposed to being in the black section.
Hi,
firstly, what you describing is not “front matter” but more “front end” or I will just call design.
Front matter is this in markdown files
---
title: test1
---
You can change whatever you want. Depend on the options of the theme you may do this through theme config or play with HTML and CSS to adjust. Some knowledge required.
Hi Idarek,
Yes I specifically meant front matter, I’m wanting to move where its displayed. If you look at the example I gave, (here)[https://hugo.chrisamoody.com/posts/my-first-post/] it shows the title twice. I want to remove it from showing the second time, and I would like to change where it displays the date.