[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.600)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 600
Commiter: nori
Date: 2008-03-16 11:42:52 +0900 (日, 16 3月 2008)
=======================================================
Log:
* src/blog/dummy.tt2: Link to absolute path now that some blog articles
are installed into subdirectories for categories.
=======================================================
Changed:
U www/trunk/src/blog/dummy.tt2
Modified: www/trunk/src/blog/dummy.tt2
===================================================================
--- www/trunk/src/blog/dummy.tt2 2008-03-16 02:16:46 UTC (rev 599)
+++ www/trunk/src/blog/dummy.tt2 2008-03-16 02:42:52 UTC (rev 600)
@@ -9,7 +9,7 @@
<ul>
[% year = 2006 %]
[%- WHILE year > 1996 -%]
-<li><a href="news-[% year %].html">[% year %] 年のニュース</a></li>
+<li><a href="/blog/news-[% year %].html">[% year %] 年のニュース</a></li>
[% year = year - 1 %]
[%- END -%]
</ul>