use meta date='foo'

master
Jon Dowland 2009-04-02 13:15:30 +01:00
parent 5c7c3646d8
commit 597009e8bc
1 changed files with 4 additions and 0 deletions

View File

@ -49,3 +49,7 @@ Do I have it right?
> > Surely it is not the _last changed time_ but the _first seen time_ of each page that is pulled out of the VCS?
> > If the aim is to get the real creation times of items in weblogs, then the last times that the items were
> > changed in the VCS is not going to help. -- [[seanh]]
> > > If you want to preserve the date of a page, the best way to do it is to
> > > use [[ikiwiki/directive/meta]] date="foo". This will survive checkouts,
> > > VCS migrations, etc. -- [[Jon]]