mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-28 09:12:37 +00:00
Remove relpermalink file; fix sorting on functions QR
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user