diff --git a/docs/configuration/custom-links.md b/docs/configuration/custom-links.md index e6c2b256..d05035bc 100644 --- a/docs/configuration/custom-links.md +++ b/docs/configuration/custom-links.md @@ -35,4 +35,28 @@ In the start and end of the custom HTML files, you can use the syntax to include {{ template "footer" . }} -``` \ No newline at end of file +``` + +If you want your custom page to integrate well into the existing theme, you can use the following: + +```html +{{ template "header" . }} + +
+
+
+
+

Heading

+
+
+
+
+

Sub-Heading

+

+
+
+ +{{ template "footer" . }} +``` + +You can adjust above as needed. Opengist uses Tailwind CSS classes.