From ccc26c3a0bb65ae2613e222c3ead7f6db377b483 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 17 Sep 2022 11:41:20 -0400 Subject: More work on the editor and update the example site to utilize it. --- example-site/login.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 example-site/login.md (limited to 'example-site/login.md') diff --git a/example-site/login.md b/example-site/login.md new file mode 100644 index 0000000..1b29ddd --- /dev/null +++ b/example-site/login.md @@ -0,0 +1,21 @@ +--- +title: Login +description: Login page +|--- + +
+ + + + + + + +
+ + +{{if .Vars}} +``` +{{.Vars}} +``` +{{else}}{{end}} -- cgit v1.2.3