From 9cadee768e0f8d969a056bf5c2c2b536225cd81c Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 11 Jun 2021 12:28:44 +0530 Subject: [PATCH] Add copyright site var #432 --- Variables.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Variables.md b/Variables.md index 05c0e19..dbd6ffa 100644 --- a/Variables.md +++ b/Variables.md @@ -44,6 +44,12 @@ | `profileMode` | - | - | [Details](#profilemode) | | `editPost` | - | - | [Details](#editPost) | +### Site Variables + +| name | type | example | Description | +| ----------- | ------ | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | +| `copyright` | string | `**[example.site](https://example.site)**` | This is [HUGO's site variable](https://gohugo.io/variables/site/#site-variables-list), which can also render markdown content | + #### label | name | type | example | Description |