diff options
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> |
