Files
paige-hugo/exampleSite/content/content/alert.md
2024-06-03 23:27:27 -07:00

23 lines
456 B
Markdown

---
authors: ["will-faught"]
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"
```