Grav: set blog page

Created on 14 Aug 2019  路  1Comment  路  Source: getgrav/grav

Hi
I use standart theme
set blog

title: blog
content:
    items:
        - '@self.children'
    limit: 10
    order:
        by: date
        dir: desc
    pagination: true

blog page set to

title: ' CSS-in-JS'
taxonomy:
    category:
        - css
        - js

why taxonomy in blog page list a njt display
and in blog item - dont display date, taxonomy , page title
use clean theme, whats wrong?

question

Most helpful comment

I strongly suggest asking these kinds of questions on Discord. There are just two many unknowns with your question, and it's too cumbersome to have a discussion like this in GitHub issues. Also, as I mentioned before, GitHub is intended to solve things that are potential bugs, not general setup and use questions.

>All comments

I strongly suggest asking these kinds of questions on Discord. There are just two many unknowns with your question, and it's too cumbersome to have a discussion like this in GitHub issues. Also, as I mentioned before, GitHub is intended to solve things that are potential bugs, not general setup and use questions.

Was this page helpful?
0 / 5 - 0 ratings