summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/GetPage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/GetPage.md')
-rw-r--r--docs/content/en/functions/GetPage.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/content/en/functions/GetPage.md b/docs/content/en/functions/GetPage.md
index 6a6262f75..f4f4405c6 100644
--- a/docs/content/en/functions/GetPage.md
+++ b/docs/content/en/functions/GetPage.md
@@ -1,20 +1,13 @@
---
title: .GetPage
description: "Gets a `Page` of a given `path`."
-date: 2017-02-01
-publishdate: 2017-02-01
-lastmod: 2017-02-01
categories: [functions]
menu:
docs:
- parent: "functions"
+ parent: functions
keywords: [sections,lists,indexes]
signature: [".GetPage PATH"]
-workson: []
-hugoversion:
relatedfuncs: []
-deprecated: false
-aliases: []
---
`.GetPage` returns a page of a given `path`. Both `Site` and `Page` implements this method. The `Page` variant will, if given a relative path -- i.e. a path without a leading `/` -- try look for the page relative to the current page.