Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 21 additions & 10 deletions content/es/prensas/prensa_widget.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down