From cc7950267089648e4329531105fe5f8ba011b1b4 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 26 Jul 2023 06:37:24 +0000
Subject: [PATCH] make layouts simpler to think about

---
 content/configuration.md |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/content/configuration.md b/content/configuration.md
index 9f103f4..1545d66 100644
--- a/content/configuration.md
+++ b/content/configuration.md
@@ -75,8 +75,10 @@
 ]
 ```
 
+If you'd like to make your own plugins, read the guide on [[making plugins]] for more information.
+
 ### Layout
 
-Certain emitters may also output [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) files. To make sure that
+Certain emitters may also output [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) files. To enable easy customization, these emitters allow you to fully rearrange the layout of the page.
 
 ### Components

--
Gitblit v1.10.0