From 29ef063fdcfffd887313c7bc0e1e51d515d40e64 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Tue, 3 Jan 2017 13:59:43 +0100 Subject: Facelift, step 1 --- _layouts/chapter.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 _layouts/chapter.html (limited to '_layouts/chapter.html') diff --git a/_layouts/chapter.html b/_layouts/chapter.html new file mode 100644 index 0000000..ff9b350 --- /dev/null +++ b/_layouts/chapter.html @@ -0,0 +1,77 @@ + + + + {% include head.html %} + +
+
+ + +
+
Programming Models for
+
Distributed Computing
+
+
+
+
+
+
+
+ {% assign minutes = content | number_of_words | divided_by:180 %} +
{{ page.tag }}
+

{{ page.title }}

+
{{ page.subtitle }} + {% if minutes <= 5 %} + + {% else %} + ({{ minutes }} min read) + {% endif %} +
+
+ {{ content }} +
+
+ +
+
+
+
+
+
+ + +
+
+
+
+ + + -- cgit v1.2.3