mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 20:24:23 +01:00
Added a new blog list on start page
This commit is contained in:
parent
b4459048eb
commit
c17f29e0ab
1 changed files with 21 additions and 0 deletions
21
content/_index/blog-news.md
Normal file
21
content/_index/blog-news.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
+++
|
||||
fragment = "list"
|
||||
weight = 150
|
||||
|
||||
title = "New posts"
|
||||
subtitle = " "
|
||||
title_align = "center" # Default is center, can be left, right or center
|
||||
|
||||
background = "secondary"
|
||||
count = 2 # Default value is 10
|
||||
section = "/blog" # Default value is current section
|
||||
#summary = true # Default value is true
|
||||
images = true # Default value is true
|
||||
#read_more = true # Default value is empty (empty: show when content is truncated, false to never show, true to always show)
|
||||
tiled = true # Default value is false
|
||||
display_date = true # Default is false
|
||||
collapsible = false # Default value is false
|
||||
|
||||
subsections = true # Default to true. Shows subsection branch pages
|
||||
subsection_leaves = true # Default to false. Shows subsection leaf pages
|
||||
+++
|
Loading…
Reference in a new issue