mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Merge commit '766085c2dc6fc95ac30fda2a9ebde2355fc12554'
This commit is contained in:
BIN
docs/content/en/news/0.45-relnotes/featured-hugo-45-poster.png
Normal file
BIN
docs/content/en/news/0.45-relnotes/featured-hugo-45-poster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
@@ -1,8 +1,8 @@
|
||||
|
||||
---
|
||||
date: 2018-07-22
|
||||
title: "0.45"
|
||||
description: "0.45"
|
||||
title: "Hugo 0.45: Revival of ref, relref and GetPage"
|
||||
description: "Hugo 0.45 adds relative page lookups, language support in ref/relref and several Hugo Pipes improvements."
|
||||
categories: ["Releases"]
|
||||
---
|
||||
|
||||
@@ -15,7 +15,7 @@ Now you can simply do:
|
||||
{{ with .Site.GetPage "/blog/my-post.md" }}{{ .Title }}{{ end }}
|
||||
```
|
||||
|
||||
Or two get a section page:
|
||||
Or to get a section page:
|
||||
|
||||
|
||||
```go-html-template
|
||||
|
Reference in New Issue
Block a user