mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 04:08:21 -04: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:
parent
9f8ba56dc4
commit
c103a86a48
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user