summaryrefslogtreecommitdiff
path: root/templates/document-listing.tt
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-17 10:54:50 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-17 10:54:50 +0200
commitf3b6e73ca1fcf29731cc2a85114c41fad87d0d96 (patch)
tree452b0c5a8612aceb6975e530193c57dafaba36e7 /templates/document-listing.tt
parentCV updated (diff)
downloadthenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.tar.gz
thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.tar.bz2
thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.zip
moved stuff around
it's a good idea to separate the documents from the templates
Diffstat (limited to 'templates/document-listing.tt')
-rw-r--r--templates/document-listing.tt3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/document-listing.tt b/templates/document-listing.tt
new file mode 100644
index 0000000..729e08c
--- /dev/null
+++ b/templates/document-listing.tt
@@ -0,0 +1,3 @@
+[% FOR doc IN tagged.$path %]
+[% IF isLang(language,doc) %]* `<[% dstUriFor(doc) %]>`_[% END %]
+[% END %]