Remove relpermalink file; fix sorting on functions QR

This commit is contained in:
Ryan Watters
2017-03-05 00:33:29 -06:00
parent ec001f08d7
commit be89f1e57c
2 changed files with 1 additions and 22 deletions
-21
View File
@@ -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**
@@ -1,5 +1,5 @@
<dl class="quick-reference">
{{ range .Data.Pages }}
{{ range .Data.Pages.ByTitle }}
<dt><code><a href="{{.Permalink}}">{{.LinkTitle}}</a></code></dt>
<dd>{{ .Description | markdownify }}</dd>
{{ end }}