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.
20 lines
408 B
Markdown
20 lines
408 B
Markdown
+++
|
|
authors = ["author-demo"]
|
|
categories = ["content", "paige"]
|
|
description = "An alert."
|
|
tags = ["alerts"]
|
|
title = "Alert"
|
|
[paige.alert]
|
|
message = "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
|
type = "primary"
|
|
+++
|
|
|
|
This page has the following parameters:
|
|
|
|
```yaml
|
|
paige:
|
|
alert:
|
|
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
|
type: "primary"
|
|
```
|