From c103a86a48aceabafa2aaec4eb2d0e7d694ddf88 Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 15 Apr 2021 14:31:11 +0000 Subject: [PATCH] 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 --- content/en/content-management/shortcodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/shortcodes.md b/content/en/content-management/shortcodes.md index d43c97817..ce3bcd1f5 100644 --- a/content/en/content-management/shortcodes.md +++ b/content/en/content-management/shortcodes.md @@ -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. ``` -Neat -Who +Neat +Who ``` ### `tweet`