summaryrefslogtreecommitdiff
path: root/site/templates/page.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates/page.liquid')
-rw-r--r--site/templates/page.liquid21
1 files changed, 8 insertions, 13 deletions
diff --git a/site/templates/page.liquid b/site/templates/page.liquid
index e90f7ce..f752cb9 100644
--- a/site/templates/page.liquid
+++ b/site/templates/page.liquid
@@ -1,14 +1,9 @@
-<!DOCTYPE html>
-<html>
- <head>
- <link rel="stylesheet" href="../css/main.css">
- </head>
- <body>
- <div class="container">
- <h1>{{page.title | capitalize}}</h1>
- <p>
- {{page.body}}
- </p>
+<div class="entry page">
+ <span>
+ <span class="postname">{{page.title}}</span>
+ <img class="mainimg" src="{{page.image}}">
+ <div class="content">
+ {{page.body}}
</div>
- </body>
-</html>
+ </span>
+</div>