missing
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 14 Jan 2016 12:55:57 +0000 (13:55 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 14 Jan 2016 12:55:57 +0000 (13:55 +0100)
website/nepi-layout/page.html [new file with mode: 0644]

diff --git a/website/nepi-layout/page.html b/website/nepi-layout/page.html
new file mode 100644 (file)
index 0000000..0c3db4a
--- /dev/null
@@ -0,0 +1,24 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
+    <title>{{title}}</title>
+    <link type="text/css" rel="stylesheet" href="{{asset 'css/github-markdown.css'}}">
+    <link type="text/css" rel="stylesheet" href="{{asset 'css/pilcrow.css'}}">
+    <link type="text/css" rel="stylesheet" href="{{asset 'css/hljs-github.min.css'}}"/>
+    <style>
+      body {
+        min-width: 200px;
+        max-width: 790px;
+        margin: 0 auto;
+        padding: 30px;
+      }
+    </style>
+  </head>
+  <body>
+    <article class="markdown-body">
+      {{~> content}}
+    </article>
+  </body>
+</html>