diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 1504149..4532662 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,6 +2,8 @@ layout: default --- +<div>fcuny: <a href="/">home</a></div> + <header> <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> </header> |
