You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_docs/10-layouts.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -428,14 +428,16 @@ To overlay text on top of a header image you have a few more options:
428
428
| Name | Description | Default |
429
429
| ---- | ----------- | ------- |
430
430
| **overlay_image** | Header image you'd like to overlay. Same rules as `header.image` from above. | |
431
-
| **overlay_filter** | Color/opacity to overlay on top of the header image eg: `0.5`or `rgba(255, 0, 0, 0.5)`. |
431
+
| **overlay_filter** | Color/opacity to overlay on top of the header image. Example: `0.5`, `rgba(255, 0, 0, 0.5)` or [`linear-gradient`][mdn-linear-gradient]. |
432
432
| **show_overlay_excerpt** | Display excerpt in the overlay text | true |
433
433
| **excerpt** | Auto-generated page excerpt is added to the overlay text or can be overridden. | |
434
434
| **tagline** | Overrides page excerpt. Useful when header text needs to be different from excerpt in archive views. | |
435
435
| **actions** | Call to action button links (`actions` array: `label`and `url`). More than one button link can be assigned. | |
436
436
| **cta_label** | Deprecated, use `actions` instead. Call to action button text label. | `more_label` in UI Text data file |
437
437
| **cta_url** | Deprecated, use `actions` instead. Call to action button URL. | |
0 commit comments