Skip to content

Commit

Permalink
Update .pages.yml (via Pages CMS)
Browse files Browse the repository at this point in the history
  • Loading branch information
wancw committed Nov 6, 2024
1 parent 4965ff8 commit df10213
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ content:
path: content/posts
type: collection
view:
fields: [ title, published, date ]
fields: [ title, date, tags ]
fields:
- name: title
label: Title
Expand All @@ -15,6 +15,10 @@ content:
- name: summary
label: Summary
type: string
- name: tags
label: Tags
type: string
list: true
- name: date
label: Date
type: date
Expand Down

0 comments on commit df10213

Please sign in to comment.