From 53cbfb4b5a794b23fc932c8f0b59b2714e3c4678 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Feb 2019 17:10:45 +0000 Subject: close --- CHANGELOG | 4 ++++ doc/todo/fix_javascript_load_ordering.mdwn | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d8ac33d6d..1fa0a7c92 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,10 @@ ikiwiki (3.20180312) UNRELEASED; urgency=medium * trail: Allow unescaped punctuation in `pagenames` parameter * comments: Hide "add comment" link from print stylesheet. Thanks, Antoine Beaupré + * recentchangesdiff, relativedate, toggle: + Import JavaScript at the end of the page content, not the beginning, + so that the browser can render content as soon as possible. + Thanks, Antoine Beaupré * debian: Allow Breezy as an alternative to bzr Thanks, Jelmer Vernooij * inline: Add basic test coverage for [[!inline rootpage]] diff --git a/doc/todo/fix_javascript_load_ordering.mdwn b/doc/todo/fix_javascript_load_ordering.mdwn index 6a4e15ff2..ef07a3ae9 100644 --- a/doc/todo/fix_javascript_load_ordering.mdwn +++ b/doc/todo/fix_javascript_load_ordering.mdwn @@ -18,3 +18,5 @@ Javascript on the *closing* `` tag instead of the *opening* tag. It also improves the regex to tolerate spaces before the `` tag, as some templates have (proper) indentation for the tag. + +> [[Applied|done]], thanks --[[smcv]] -- cgit v1.2.3