diff options
author | dakkar <dakkar@luxion> | 2008-10-01 14:44:20 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2008-10-01 14:44:20 +0000 |
commit | 6f722ab10972869fb4b089e87f697d06ea68c48d (patch) | |
tree | ba404a293491346376c21879febee1b3bcb0e4a7 /common/document-listing.tt | |
parent | ongoing (diff) | |
download | thenautilus-6f722ab10972869fb4b089e87f697d06ea68c48d.tar.gz thenautilus-6f722ab10972869fb4b089e87f697d06ea68c48d.tar.bz2 thenautilus-6f722ab10972869fb4b089e87f697d06ea68c48d.zip |
ongoing
git-svn-id: svn://luxion/repos/thenautilus@385 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'common/document-listing.tt')
-rw-r--r-- | common/document-listing.tt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/document-listing.tt b/common/document-listing.tt new file mode 100644 index 0000000..729e08c --- /dev/null +++ b/common/document-listing.tt @@ -0,0 +1,3 @@ +[% FOR doc IN tagged.$path %] +[% IF isLang(language,doc) %]* `<[% dstUriFor(doc) %]>`_[% END %] +[% END %] |