<!--#config timefmt="%A, the %d of %B, in the year %Y" -->
<!--#flastmod file="file.html" -->
Here's a neat trick for showing last modified dates on all
of the links on an index. Simply add the following line
with the proper path after each link!
<!--#config timefmt=" %B %d, %Y" -->
<A HREF="/directory/file.html">File</A>
<!--#flastmod virtual="/directory/file.html" -->
<A HREF="/another_directory/another_file.html">Another File</A>
<!--#flastmod virtual="/another_directory/another_file.html" -->
Displays the following:
File April 19, 2000
Another File January 08, 2000
|
Looks like a lot of work for two little links, but multiply
it by 20 or so and then figure your 20 pages change on a
frequent basis. Doesn't take long to see the merits of
using flastmod to update the modification dates on that index
page.