You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
456 B
Markdown
23 lines
456 B
Markdown
---
|
|
authors: ["author-demo"]
|
|
categories: ["content", "paige"]
|
|
date: "2023-09-18T21:21:05-07:00"
|
|
description: "An alert."
|
|
paige:
|
|
alert:
|
|
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
|
type: "primary"
|
|
tags: ["alerts"]
|
|
title: "Alert"
|
|
weight: 60
|
|
---
|
|
|
|
This page has the following parameters:
|
|
|
|
```yaml
|
|
paige:
|
|
alert:
|
|
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
|
type: "primary"
|
|
```
|