[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian JP master SVN www commits (rev.1416)



=======================================================
Repository: /org/svn.debian.or.jp/repos
  Revision: 1416
  Commiter: henrich
      Date: 2013-03-23 19:22:33 +0900 (土, 23  3月 2013)
=======================================================
Log:

add last-modified


=======================================================
Changed:

U   www/trunk/include/page

Modified: www/trunk/include/page
===================================================================
--- www/trunk/include/page	2013-03-23 09:21:01 UTC (rev 1415)
+++ www/trunk/include/page	2013-03-23 10:22:33 UTC (rev 1416)
@@ -6,11 +6,13 @@
 l = path.size - 1
 p = "../"
 WPATH = p.repeat(l) %]
+[% USE date %]
 <head>
  <meta http-equiv="Keywords" content="Debian JP Project">
  <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <meta http-equiv="Content-Script-Type" content="text/javascript">
+ <meta http-equiv="Last-Modified" content="[% date.format(component.modtime, locale='C') %]">
  <link rel="INDEX" href="[% WPATH %]index.html">
  <link rel="Debian-JP icon" href="[% WPATH %]favicon.ico">
 [% IF css; %]