mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 08:48:53 +00:00
Fix ref shortcode example output (#1409)
* Fix `ref` shortcode example output In the absence of further knowledge, I simply used `https://example.com/` as the base URL. * Fix `relref` example, too cf. https://github.com/gohugoio/hugoDocs/pull/1409#pullrequestreview-636252605
This commit is contained in:
@@ -302,8 +302,8 @@ Read a more extensive description of `ref` and `relref` in the [cross references
|
||||
Assuming that standard Hugo pretty URLs are turned on.
|
||||
|
||||
```
|
||||
<a href="/blog/neat">Neat</a>
|
||||
<a href="/about/#who:c28654c202e73453784cfd2c5ab356c0">Who</a>
|
||||
<a href="https://example.com/blog/neat">Neat</a>
|
||||
<a href="/about/#who">Who</a>
|
||||
```
|
||||
|
||||
### `tweet`
|
||||
|
||||
Reference in New Issue
Block a user