From 7ffb9858e2565bf855b3bbae07bfd0f169f7cc4f Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 9 Dec 2015 17:54:06 -0800 Subject: [PATCH] Ported PDF viewer to Jekyll layout --- _layouts/viewer.html | 75 +++++++++++++++++++++ modules/shared/templates/pdf.html | 106 +----------------------------- 2 files changed, 78 insertions(+), 103 deletions(-) create mode 100644 _layouts/viewer.html diff --git a/_layouts/viewer.html b/_layouts/viewer.html new file mode 100644 index 000000000..2a4f8be6e --- /dev/null +++ b/_layouts/viewer.html @@ -0,0 +1,75 @@ + + + + {% include head.html %} + + + + {% include header.html %} + +
+
+ {{ content }} +
+
+ +
+
+ +
+
+ +
+
+
+
+ + {% include footer.html %} + + + + + diff --git a/modules/shared/templates/pdf.html b/modules/shared/templates/pdf.html index 8a9365ff6..05d868017 100644 --- a/modules/shared/templates/pdf.html +++ b/modules/shared/templates/pdf.html @@ -1,103 +1,3 @@ - - - - pcjs.org | PDF Viewer - - - - - - - -
-
-
- -
-
-

Powered by Node.js and AWS

-
-
-
-

Return to C:\PCJS.ORG

-
-
    -
-
-
-
-
- -
-
- -
-
- -
-
-
-

- -
-
-
-
- - - +--- +layout: viewer +---