{{ page.title }}
++ Download the code for this chapter: {{ scheme_filename }} +
+
diff --git a/1-1.org b/1-1.org index b663d38..160d93c 100644 --- a/1-1.org +++ b/1-1.org @@ -1,7 +1,7 @@ #+BEGIN_HTML --- title: 1.1 - The Elements of Programming -layout: page +layout: org --- #+END_HTML diff --git a/_layouts/org.html b/_layouts/org.html new file mode 100644 index 0000000..a9faa69 --- /dev/null +++ b/_layouts/org.html @@ -0,0 +1,21 @@ +--- +layout: default +--- + +{% assign scheme_filename = page.url | replace: '.html','.scheme' | remove: '/org/' %} +{% assign scheme_url = scheme_filename | prepend: '/' | prepend: site.baseurl %} + +