mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Change footer div into footer element
This commit is contained in:
parent
ea16c01fa2
commit
909606826d
2 changed files with 6 additions and 6 deletions
|
@ -107,7 +107,7 @@
|
|||
<%= content %>
|
||||
|
||||
<div id="placeholder" style="padding: 6em;"></div>
|
||||
<div class="footer">
|
||||
<footer>
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-1 pure-u-md-1-3">
|
||||
<a href="https://github.com/iv-org/invidious">
|
||||
|
@ -141,7 +141,7 @@
|
|||
<%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pure-u-1 pure-u-md-2-24"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue