diff --git a/content/es/prensas/prensa_widget.md b/content/es/prensas/prensa_widget.md index bad8828b..099ea650 100644 --- a/content/es/prensas/prensa_widget.md +++ b/content/es/prensas/prensa_widget.md @@ -1,6 +1,6 @@ +++ # A Projects section created with the Portfolio widget. -widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ +widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 55 # Order that this section will appear. @@ -19,20 +19,31 @@ subtitle = "" # To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below. -[design] - # Choose how many columns the section has. Valid values: 1 or 2. - columns = "1" + # Choose how much pages you would like to display (0 = all pages) + count = 3 + + # Choose how many pages you would like to offset by + offset = 0 + # Page order. Descending (desc) or ascending (asc) date. + order = "desc" + + # Filter posts by a taxonomy term. + [content.filters] + tag = "" + category = "" + publication_type = "" + author = "" + exclude_featured = false + +[design] # Toggle between the various page layout types. # 1 = List # 2 = Compact # 3 = Card - # 5 = Showcase - view = 3 - - # For Showcase view, flip alternate rows? - flip_alt_rows = true - + # 4 = Citation (publication only) + view = 4 + [design.background] # Apply a background color, gradient, or image. # Uncomment (by removing `#`) an option to apply it.