Add alerts
This commit is contained in:
21
exampleSite/content/content/complex-alert.md
Normal file
21
exampleSite/content/content/complex-alert.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
authors: ["will-faught"]
|
||||
categories: ["content", "paige"]
|
||||
description: "A complex alert."
|
||||
paige:
|
||||
alert:
|
||||
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
type: "danger"
|
||||
tags: ["alerts"]
|
||||
title: "Complex Alert"
|
||||
weight: 70
|
||||
---
|
||||
|
||||
This page has the following parameters:
|
||||
|
||||
```yaml
|
||||
paige:
|
||||
alert:
|
||||
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
type: "danger"
|
||||
```
|
17
exampleSite/content/content/simple-alert.md
Normal file
17
exampleSite/content/content/simple-alert.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
authors: ["will-faught"]
|
||||
categories: ["content", "paige"]
|
||||
description: "A simple alert."
|
||||
paige:
|
||||
alert: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
tags: ["alerts"]
|
||||
title: "Simple Alert"
|
||||
weight: 60
|
||||
---
|
||||
|
||||
This page has the following parameters:
|
||||
|
||||
```yaml
|
||||
paige:
|
||||
alert: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
```
|
Reference in New Issue
Block a user