diff options
Diffstat (limited to 'example-site/tpl/dashboard.md')
| -rw-r--r-- | example-site/tpl/dashboard.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example-site/tpl/dashboard.md b/example-site/tpl/dashboard.md index 9b90445..4b18b98 100644 --- a/example-site/tpl/dashboard.md +++ b/example-site/tpl/dashboard.md @@ -44,6 +44,14 @@ Pages by tags: {{end}} +It can also be a good idea to clear the cache on the dashboard page: + +``` +{{.Global.App.ClearCache}} +``` + +The element can be hidden, if you'd like. + <script> /* window.addEventListener('load', (event) => { @@ -51,3 +59,4 @@ window.addEventListener('load', (event) => { }); */ </script> + |
