Reformat the layout file (again)

This commit is contained in:
Chris Bednarski 2015-07-22 19:29:59 -07:00
parent 36052d8c2e
commit 13ac8896a9
1 changed files with 12 additions and 12 deletions

View File

@ -58,18 +58,18 @@
if current_page.url != "/"
current_page_source = current_page.path + \
current_page.source_file.split(current_page.path)[1] %>
<li>
<a href="https://github.com/mitchellh/packer/blob/master/website/source/<%= current_page_source %>">Edit this page</a>
</li>
<% end %>
<a href="http://www.hashicorp.com">
<li class="pull-right hashi-logo">&nbps;</li>
</a>
</ul>
</div>
<li>
<a href="https://github.com/mitchellh/packer/blob/master/website/source/<%= current_page_source %>">Edit this page</a>
</li>
<% end %>
<a href="http://www.hashicorp.com">
<li class="pull-right hashi-logo">&nbps;</li>
</a>
</ul>
</div>
</div>
</footer>
<%= partial "layouts/google-analytics.html" %>
</body>
</div>
</footer>
<%= partial "layouts/google-analytics.html" %>
</body>
</html>