Commit 13ac8896 authored by Chris Bednarski's avatar Chris Bednarski

Reformat the layout file (again)

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