diff --git a/content/functions/relpermalink.md b/content/functions/relpermalink.md deleted file mode 100644 index d85b8f1e2..000000000 --- a/content/functions/relpermalink.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: relpermalink -linktitle: RelPermalink -description: -godocref: -date: 2017-03-04 -publishdate: 2017-03-04 -lastmod: 2017-03-04 -categories: [functions] -tags: [urls, permalinks] -signature: -workson: [] -hugoversion: -relatedfuncs: [] -deprecated: false -aliases: [] -wip: true -needsexamples: true ---- - -**NEEDS CONTENT: explanation and examples** \ No newline at end of file diff --git a/layouts/partials/functions-quick-reference.html b/layouts/partials/functions-quick-reference.html index fe69d48e5..acb469443 100644 --- a/layouts/partials/functions-quick-reference.html +++ b/layouts/partials/functions-quick-reference.html @@ -1,5 +1,5 @@
- {{ range .Data.Pages }} + {{ range .Data.Pages.ByTitle }}
{{.LinkTitle}}
{{ .Description | markdownify }}
{{ end }}