mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Merge commit 'aa5ac36a3eb68b86c803caec703869efefc8447e'
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
title: urls.Parse
|
||||
description: Parse parses a given url, which may be relative or absolute, into a URL structure.
|
||||
godocref: https://godoc.org/net/url#URL
|
||||
date: 2017-09-25
|
||||
publishdate: 2017-09-25
|
||||
lastmod: 2017-09-25
|
||||
@@ -29,4 +28,4 @@ and returns a [URL](https://godoc.org/net/url#URL) structure. The struct fields
|
||||
```
|
||||
{{ $url.Scheme }} → "http"
|
||||
{{ $url.Host }} → "www.gohugo.io"
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user