diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU <Kalle@web> | 2015-02-18 18:13:45 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-02-18 18:13:45 -0400 |
commit | 7f5cfbf239123b42666cd1cfc4e52d2e71d7edc4 (patch) | |
tree | 8648b043b3a6e61e1e7331881c37e5e4124fa030 | |
parent | f787e88c3b4eee2ae53c0057da4d8b35dfd0200b (diff) | |
download | ikiwiki-7f5cfbf239123b42666cd1cfc4e52d2e71d7edc4.tar ikiwiki-7f5cfbf239123b42666cd1cfc4e52d2e71d7edc4.tar.gz |
typos
-rw-r--r-- | doc/forum/Autotag_transient_pages.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/forum/Autotag_transient_pages.mdwn b/doc/forum/Autotag_transient_pages.mdwn index a172e88a4..327738b56 100644 --- a/doc/forum/Autotag_transient_pages.mdwn +++ b/doc/forum/Autotag_transient_pages.mdwn @@ -1,14 +1,14 @@ During my adventures tweaking the album plugin to read image metadata I've -encountered some unexpected behaviour. My tweaks populate the [[tag]] from the +encountered some unexpected behavior. My tweaks populate the [[tag]] from the xmp:subject tag in the image and the file is written to the transient underlay. -The tag links get displayed properly but the /tag/* page isn't auto created +The tag links get created but the corresponding /tag/* page isn't auto created until I run a full --rebuild. Checked in pages appear to get instantly autotagged and their tag pages created. There is some discussion about autotagging and transients on this site. But I -can't quite descipher what is supposed to be the expected behaviour. +can't quite descipher what is now the expected behaviour with autotagging and transients. Anyone able to explain if the above scenario is as it should be? (for whatever reason) --[[kjs]] |