We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bda988 commit b593502Copy full SHA for b593502
1 file changed
website/source/layouts/_footer.erb
@@ -6,10 +6,10 @@
6
<ul class="footer-links nav navbar-nav">
7
<li class="li-under"><a href="/intro/index.html">Intro</a></li>
8
<li class="active li-under"><a href="/docs/index.html">Docs</a></li>
9
- <li class="li-under"><a href="/community.html">Community</a></li>
10
- <% if current_page.url != '/' %>
11
- <li class="li-under"><a href="https://github.com/hashicorp/terraform/<%= github_path current_page %>">Edit this page</a></li>
12
- <% end %>
+ <li class="li-under"><a href="/community.html">Community</a></li>
+ <% if current_page.url != '/' %>
+ <li class="li-under"><a href="https://github.com/hashicorp/terraform/<%= github_path current_page %>">Edit this page</a></li>
+ <% end %>
13
</ul>
14
</div>
15
<div class="footer-hashi col-sm-5 col-xs-12">
0 commit comments