Commit 55d04e58 authored by Kenton Varda's avatar Kenton Varda

Make the site top banner be a big old link to the home page.

parent 247e7f56
......@@ -17,6 +17,7 @@
<body class="desktop">
<!-- HEADER -->
{% if page.title != "Introduction" %}<a class="banner_link" href="{{site.baseurl}}">{% endif %}
<div id="header_wrap" class="outer">
<header class="inner">
<img src="{{ site.baseurl }}images/logo.png">
......@@ -27,6 +28,7 @@
<a id="discuss_banner" href="https://groups.google.com/group/capnproto">Discuss on Groups</a>
<a id="forkme_banner" href="https://github.com/sandstorm-io/capnproto">View on GitHub</a>
</div>
{% if page.title != "Introduction" %}</a>{% endif %}
{% if site.is_next %}
<div id="next_banner">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment