summaryrefslogtreecommitdiff
path: root/archives.html
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 03:52:02 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 03:52:02 +0200
commit0f99f9c8c0b05af9ae5ad778f4ce42c13ad30fc7 (patch)
treeeb5348cdcfb7335c112db902eab193934e3aeb25 /archives.html
parentdf59b1e586d34c4650f30fb796eb091b9a72b1ca (diff)
implemented foreach:article template control, archives now working
Diffstat (limited to 'archives.html')
-rw-r--r--archives.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/archives.html b/archives.html
index e0213b4..31046ce 100644
--- a/archives.html
+++ b/archives.html
@@ -27,14 +27,14 @@
</header>
<div>
<dl>
- <?fugitive multi-start ?>
+ <?fugitive foreach:article ?>
<dt>
<time datetime="<?fugitive article_cdatetime ?>">
<?fugitive article_cdate ?> at <?fugitive article_ctime ?>
</time>
</dt>
<dd>
- <a href="<?fugitive article_url ?>">
+ <a href="<?fugitive article_file ?>.html">
<?fugitive article_title ?>
</a>
<?fugitive ifset:article_mdatetime ?>
@@ -45,7 +45,7 @@
</small>
<?fugitive endifset:article_mdatetime ?>
</dd>
- <?fugitive multi-end ?>
+ <?fugitive endforeach:article ?>
</dl>
</div>
</article>