summaryrefslogtreecommitdiff
path: root/jtlib/templates
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-03 10:34:06 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-03 10:34:06 +0300
commit6b00e6cc829602cec7e6b6b73f94febd28bfa9a3 (patch)
treee5a3eaa479c6092fffa0e2367f14e5318a463572 /jtlib/templates
parente8d1f422888d1ea4d703b446cf732331d0fff116 (diff)
downloadjt-6b00e6cc829602cec7e6b6b73f94febd28bfa9a3.tar.gz
Move template texts into files
Diffstat (limited to 'jtlib/templates')
-rw-r--r--jtlib/templates/new-note.tmpl5
-rw-r--r--jtlib/templates/new_person.tmpl3
-rw-r--r--jtlib/templates/new_topic.tmpl3
3 files changed, 11 insertions, 0 deletions
diff --git a/jtlib/templates/new-note.tmpl b/jtlib/templates/new-note.tmpl
new file mode 100644
index 0000000..0db1798
--- /dev/null
+++ b/jtlib/templates/new-note.tmpl
@@ -0,0 +1,5 @@
+[[!meta title="%(title)s"]]
+[[!tag ]]
+[[!meta date="%(date)s"]]
+%(topiclink)s
+
diff --git a/jtlib/templates/new_person.tmpl b/jtlib/templates/new_person.tmpl
new file mode 100644
index 0000000..86d5162
--- /dev/null
+++ b/jtlib/templates/new_person.tmpl
@@ -0,0 +1,3 @@
+[[!meta title="%(name)s"]]
+
+[[!inline archive=yes pages="link(.)"]]
diff --git a/jtlib/templates/new_topic.tmpl b/jtlib/templates/new_topic.tmpl
new file mode 100644
index 0000000..5321b7f
--- /dev/null
+++ b/jtlib/templates/new_topic.tmpl
@@ -0,0 +1,3 @@
+[[!meta title="%(title)s"]]
+
+[[!inline pages="link(.)" archive=yes reverse=yes trail=yes]]