From 93be5de77b0e182e97854f87558abe5f0c525e56 Mon Sep 17 00:00:00 2001 From: Jarrod Brockman Date: Thu, 22 Sep 2016 22:39:19 +0200 Subject: [PATCH] a printable version of the style guide You can of course print to a pdf in most browsers I know of. Fixes #299 I was not sure where to put the link for the one page version of the style guide so I just put it on the index page. --- _layouts/printable.html | 5 +++++ style/index.md | 1 + style/overview.md | 2 +- style/style-printable.md | 14 ++++++++++++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 _layouts/printable.html create mode 100644 style/style-printable.md diff --git a/_layouts/printable.html b/_layouts/printable.html new file mode 100644 index 0000000000..95fb01e585 --- /dev/null +++ b/_layouts/printable.html @@ -0,0 +1,5 @@ +{% include header.txt %} + +
+ {{ content }} +
diff --git a/style/index.md b/style/index.md index 07ace255b3..e133f420b9 100644 --- a/style/index.md +++ b/style/index.md @@ -30,6 +30,7 @@ title: Scala Style Guide -->