summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-11 20:00:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-11 20:19:46 +0300
commiteab2c28c85ce95a6afd64ba25e9aeaa33df0f471 (patch)
tree2c25912e870608caa5176a46562240aeda17b4e1 /templates
downloadpagesindexgen-eab2c28c85ce95a6afd64ba25e9aeaa33df0f471.tar.gz
pagesindexgen-eab2c28c85ce95a6afd64ba25e9aeaa33df0f471.tar.bz2
pagesindexgen-eab2c28c85ce95a6afd64ba25e9aeaa33df0f471.tar.xz
pagesindexgen-eab2c28c85ce95a6afd64ba25e9aeaa33df0f471.zip
Initial commit.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/back.tpl1
-rw-r--r--templates/default/dir.tpl1
-rw-r--r--templates/default/file.tpl1
-rw-r--r--templates/default/index.tpl8
4 files changed, 11 insertions, 0 deletions
diff --git a/templates/default/back.tpl b/templates/default/back.tpl
new file mode 100644
index 0000000..a6004fd
--- /dev/null
+++ b/templates/default/back.tpl
@@ -0,0 +1 @@
+<a href="{url}">{name}</a><br/>
diff --git a/templates/default/dir.tpl b/templates/default/dir.tpl
new file mode 100644
index 0000000..a6004fd
--- /dev/null
+++ b/templates/default/dir.tpl
@@ -0,0 +1 @@
+<a href="{url}">{name}</a><br/>
diff --git a/templates/default/file.tpl b/templates/default/file.tpl
new file mode 100644
index 0000000..4b660f7
--- /dev/null
+++ b/templates/default/file.tpl
@@ -0,0 +1 @@
+<a href="{name}">{name}</a><br/>
diff --git a/templates/default/index.tpl b/templates/default/index.tpl
new file mode 100644
index 0000000..8549bd4
--- /dev/null
+++ b/templates/default/index.tpl
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+<title>{url} - {sitedir}</title>
+<body>
+{body}
+<!-- created by pagesindexgen https://gitlab.com/4144/pagesindexgen -->
+</body>
+</html> \ No newline at end of file