From: Simon McVittie Date: Sat, 1 Dec 2018 13:48:07 +0000 (+0000) Subject: Fix broken link in basewiki X-Git-Tag: 3.20190207~74 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6e52d0a7eecfd9f0c9486e0e86294038c36d595a Fix broken link in basewiki Links from pages in the basewiki (which is also a subset of ikiwiki's own wiki) to pages on ikiwiki's own wiki have to use [[!iki]] so that they will not become broken links when the page in question is copied into other installations. Detected by ./t/basewiki_brokenlinks.t. Signed-off-by: Simon McVittie --- diff --git a/doc/ikiwiki/directive/meta.mdwn b/doc/ikiwiki/directive/meta.mdwn index 89a32946a..777712f32 100644 --- a/doc/ikiwiki/directive/meta.mdwn +++ b/doc/ikiwiki/directive/meta.mdwn @@ -77,7 +77,8 @@ a quote in the text by writing `"` and so on. Specifies the creation date of the page. This creates a `` header in the HTML output, but also - modifies the internal `ctime` in the [[internal index|tips/inside_dot_ikiwiki/]]. + modifies the internal `ctime` in the + [[!iki tips/inside_dot_ikiwiki desc="internal index"]]. The date can be entered in nearly any format, since it's parsed by [[!cpan TimeDate]] but invalid dates yield an error in 3.20180321 or later.