mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 02:54:33 +08:00
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…
x
Reference in New Issue
Block a user