Add alerts

This commit is contained in:
Will Faught
2023-03-07 21:21:26 -08:00
parent 668ea2602e
commit bbdea7c507
6 changed files with 55 additions and 0 deletions

View 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"
```

View 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>."
```