aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/resources
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-08 16:00:35 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:31:04 +0100
commitde4787898fbf91662cd894c5a9a0f30ad097fa5f (patch)
tree12828f1b20780bc70bddd5bc7fb374d4a33e15e7 /doc-tool/resources
parent87f1f5f44585e855a8c8234955e1e48dcbbc3a21 (diff)
downloaddotty-de4787898fbf91662cd894c5a9a0f30ad097fa5f.tar.gz
dotty-de4787898fbf91662cd894c5a9a0f30ad097fa5f.tar.bz2
dotty-de4787898fbf91662cd894c5a9a0f30ad097fa5f.zip
Fix recursive expansion of templates
Diffstat (limited to 'doc-tool/resources')
-rw-r--r--doc-tool/resources/_layouts/index.html4
-rw-r--r--doc-tool/resources/index.md5
2 files changed, 9 insertions, 0 deletions
diff --git a/doc-tool/resources/_layouts/index.html b/doc-tool/resources/_layouts/index.html
new file mode 100644
index 000000000..5be2d9794
--- /dev/null
+++ b/doc-tool/resources/_layouts/index.html
@@ -0,0 +1,4 @@
+---
+layout: main
+---
+<h1>{{ content }}</h1>
diff --git a/doc-tool/resources/index.md b/doc-tool/resources/index.md
new file mode 100644
index 000000000..82f1d9cfc
--- /dev/null
+++ b/doc-tool/resources/index.md
@@ -0,0 +1,5 @@
+---
+layout: main
+---
+
+Hello, world!