From f3b6e73ca1fcf29731cc2a85114c41fad87d0d96 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 17 Aug 2009 10:54:50 +0200 Subject: moved stuff around it's a good idea to separate the documents from the templates --- templates/document-listing.tt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/document-listing.tt (limited to 'templates/document-listing.tt') 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 %] -- cgit v1.2.3