diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 15:40:39 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 15:40:39 -0400 |
| commit | ec28ef86860621dc65cc4875029c1d2a1f8e5117 (patch) | |
| tree | 683b0e8e081d88f7fe614b8878a8a84ac648376a /_layouts/post.html | |
| parent | e1af11a04a3ca574de73118cfdabc2ba15d5d7aa (diff) | |
Working
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index e698190..59b62b1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,14 @@ --- layout: default --- + +<div class="book-title"> + Programming Models for + <br /> + <span class="dist-comp">Distributed Computing</span> +</div> +<div class="author">By {{ page.by }}</div> + <article> <h1 class="post-title">{{ page.title }}</h1> |
