aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-10-16 23:40:17 -0400
committerHeather Miller <heather.miller@epfl.ch>2016-10-16 23:40:17 -0400
commit688653bb59c5a7678667aaa5255a0911e1060012 (patch)
tree3ca00d4c1804b835bfb6a1d8743776af6fd2d4c6 /_layouts/page.html
parentb114c2257c1d176b6f5ab8bac78c35bf1dd17769 (diff)
More progress
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index ce233ad..12956f2 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,14 +1,12 @@
---
layout: default
---
-<article class="post">
- <header class="post-header">
- <h1 class="post-title">{{ page.title }}</h1>
- </header>
+<article>
+
+ <h1 class="post-title">{{ page.title }}</h1>
+ <div class="author">By {{ page.by }}</div>
- <div class="post-content">
{{ content }}
- </div>
</article>