remove unnecessary <footer> tags
This commit is contained in:
parent
d1b2361b5e
commit
fe541891fc
|
@ -80,12 +80,10 @@
|
|||
|
||||
<%= yield :data %>
|
||||
|
||||
<footer id='bottom'>
|
||||
<%= raw SiteText.text_for(:bottom) %>
|
||||
</footer>
|
||||
|
||||
<%= render :partial => "common/discourse_javascript" %>
|
||||
|
||||
<%= render_google_analytics_code %>
|
||||
|
||||
<%= raw SiteText.text_for(:bottom) %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<%= yield %>
|
||||
<!-- :preload-content -->
|
||||
</div>
|
||||
<footer id='bottom' class="container">
|
||||
<footer class="container">
|
||||
<p><%= t 'powered_by_html' %></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
@ -33,7 +33,5 @@
|
|||
<%= yield %>
|
||||
</div>
|
||||
</section>
|
||||
<footer id='bottom' class="container">
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue